mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
19 lines
293 B
Makefile
19 lines
293 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= w3lib
|
|
PORTVERSION= 1.3
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= rm@FreeBSD.org
|
|
COMMENT= Library of web-related functions
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_PYTHON= -2.7
|
|
USE_PYDISTUTILS=yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|