1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/devel/py-PyLD/Makefile
Mikhail Teterin 47aa199f3c Upgrade from 0.6.8 to 0.7.1. Moderate improvements and promise of
better python-3 compatibility.

Notified by:	portscout
2016-05-16 14:15:54 +00:00

20 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>