aboutsummaryrefslogtreecommitdiff
path: root/devel/py-PyLD/Makefile
blob: cb952660c8fa6c47e94ec645fddbec46d09f3502 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Mikhail Teterin <mi@aldan.algebra.com>

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:3.6+
USE_PYTHON=	autoplist distutils concurrent
NO_ARCH=	yes

.include <bsd.port.mk>