mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 12:10:31 -04:00
18 lines
404 B
Makefile
18 lines
404 B
Makefile
PORTNAME= PyLD
|
|
PORTVERSION= 0.7.1
|
|
PORTREVISION= 1
|
|
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>
|