1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/www/py-twistedWeb/Makefile
Sunpoet Po-Chuan Hsieh 044a39c9b3 - Use USES=twisted
2014-08-01 16:18:56 +00:00

23 lines
520 B
Makefile

# Created by: Neal Nelson <neal@nelson.name>
# $FreeBSD$
PORTNAME= twistedWeb
PORTVERSION= 14.0.0
CATEGORIES= www devel python
MASTER_SITES= http://twistedmatrix.com/Releases/Web/${PORTVERSION:R}/ \
LOCAL/sunpoet
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= TwistedWeb-${PORTVERSION}
MAINTAINER= python@FreeBSD.org
COMMENT= HTTP protocol implementation together with clients and servers
LICENSE= MIT
USE_PYTHON= 2
USE_PYDISTUTILS=yes
PYDISTUTILS_AUTOPLIST= yes
USES= tar:bzip2 twisted
.include <bsd.port.mk>