1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/www/py-url/Makefile
Dmitry Marakasov 1427ef5b7b - Document python version limitation
Approved by:	portmgr blanket
2019-11-05 13:59:31 +00:00

24 lines
492 B
Makefile

# $FreeBSD$
PORTNAME= url
DISTVERSION= 0.4.2
PORTREVISION= 2
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kai@FreeBSD.org
COMMENT= URL parsing, sanitizing and normalizing
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
USES= compiler:c++11-lang python:-3.6
USE_PYTHON= cython distutils autoplist
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/url/url.so
.include <bsd.port.mk>