aboutsummaryrefslogtreecommitdiff
path: root/www/py-w3lib/Makefile
blob: 022e0a88339603219be1b2427bc11c19a33c3e72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

PORTNAME=	w3lib
PORTVERSION=	1.18.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:devel/py-six

NO_ARCH=	yes
USES=		python:2.7+
USE_PYTHON=	autoplist concurrent distutils

.include <bsd.port.mk>