Files
ports/devel/py-demjson/Makefile
T
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

27 lines
590 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= demjson
PORTVERSION= 2.2.4
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP \
http://deron.meranda.us/python/demjson/dist/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= robak@FreeBSD.org
COMMENT= Encoder, Decoder and Lint/Validator for JSON
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python:3.6+ shebangfix
SHEBANG_FILES= jsonlint
USE_PYTHON= distutils autoplist
NO_ARCH= yes
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/jsonlint ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>