ports/www/py-hyperlink/Makefile
Sunpoet Po-Chuan Hsieh 47c71c524c Update to 17.3.0
- Allow concurrent installation (USE_PYTHON=concurrent)

Changes:	https://github.com/python-hyper/hyperlink/blob/master/CHANGELOG.md
2017-07-20 17:54:03 +00:00

19 lines
377 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= hyperlink
PORTVERSION= 17.3.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Featureful, correct URL for Python
LICENSE= MIT
NO_ARCH= yes
USE_PYTHON= autoplist concurrent distutils
USES= python
.include <bsd.port.mk>