opnsense-ports/www/py-w3lib/Makefile
Franco Fichtner 03dcc28160 */*: sync with upstream
Taken from: FreeBSD
2016-04-16 09:29:48 +02:00

20 lines
378 B
Makefile

# $FreeBSD$
PORTNAME= w3lib
PORTVERSION= 1.14.2
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:devel/py-six
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>