57ae101517
With hat: portmgr
26 lines
567 B
Makefile
26 lines
567 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
|
|
|
|
DEPRECATED= Uses deprecated version of python
|
|
EXPIRATION_DATE= 2020-09-15
|
|
|
|
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>
|