aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-w3lib/Makefile
blob: 86f564c9bc0d3cbd3bbcf3bb48ffc566e0b5440c (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.13.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
USE_PYTHON= autoplist concurrent distutils

.include <bsd.port.mk>