freebsd-ports/www/py-url/Makefile

20 lines
382 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= url
DISTVERSION= 0.4.2
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= freebsd_ports@k-worx.org
COMMENT= URL parsing, sanitizing and normalizing
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
USES= python
USE_PYTHON= cython distutils autoplist
.include <bsd.port.mk>