freebsd-ports/www/py-w3lib/Makefile
2015-01-17 23:56:30 +00:00

19 lines
377 B
Makefile

# $FreeBSD$
PORTNAME= w3lib
PORTVERSION= 1.11.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rm@FreeBSD.org
COMMENT= Library of web-related functions
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six
USES= python
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>