opnsense-ports/devel/py-PyLD/Makefile
Franco Fichtner 521192fe70 */*: sync with upstream
Taken from: FreeBSD
2016-05-17 07:49:43 +02:00

19 lines
411 B
Makefile

# Created by: Mikhail Teterin <mi@aldan.algebra.com>
# $FreeBSD$
PORTNAME= PyLD
PORTVERSION= 0.7.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= mi@aldan.algebra.com
COMMENT= Implementation of the JSON Linked Data specification in Python
LICENSE= BSD3CLAUSE
USES= python
USE_PYTHON= autoplist distutils concurrent
NO_ARCH= yes
.include <bsd.port.mk>