blob: c3e45e226cb0c076e97c39360a961040637e339b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= PyLD
PORTVERSION= 0.7.1
PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@virtual-estates.net
COMMENT= Implementation of the JSON Linked Data specification in Python
WWW= https://github.com/digitalbazaar/pyld
LICENSE= BSD3CLAUSE
USES= python
USE_PYTHON= autoplist distutils concurrent
NO_ARCH= yes
.include <bsd.port.mk>
|