freebsd-ports/www/py-w3lib/Makefile
2014-09-28 18:21:24 +00:00

19 lines
376 B
Makefile

# $FreeBSD$
PORTNAME= w3lib
PORTVERSION= 1.7.1
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>