forked from Lainports/freebsd-ports
Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-15.1.0/twisted/web/topfiles/NEWS
20 lines
500 B
Makefile
20 lines
500 B
Makefile
# Created by: Neal Nelson <neal@nelson.name>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= twistedWeb
|
|
PORTVERSION= 15.1.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= distutils autoplist
|
|
USES= python:2 tar:bzip2 twisted
|
|
|
|
.include <bsd.port.mk>
|