2012-11-13 10:06:31 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= w3lib
|
2018-02-05 18:08:26 +01:00
|
|
|
PORTVERSION= 1.19.0
|
2012-11-13 10:06:31 +01:00
|
|
|
CATEGORIES= www python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= rm@FreeBSD.org
|
|
|
|
COMMENT= Library of web-related functions
|
|
|
|
|
2014-06-04 19:38:29 +02:00
|
|
|
LICENSE= BSD3CLAUSE
|
2012-11-13 10:06:31 +01:00
|
|
|
|
2017-11-30 16:50:30 +01:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR}
|
2013-11-10 19:40:48 +01:00
|
|
|
|
2015-08-13 20:44:51 +02:00
|
|
|
NO_ARCH= yes
|
2017-12-29 10:01:54 +01:00
|
|
|
USES= python
|
2014-09-28 20:21:24 +02:00
|
|
|
USE_PYTHON= autoplist concurrent distutils
|
2012-11-13 10:06:31 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|