opnsense-ports/www/py-twistedWeb2/Makefile
Franco Fichtner 05670ca275 */*: sync with upstream
Taken from: FreeBSD
2015-06-11 09:04:49 +02:00

21 lines
513 B
Makefile

# Created by: Landon Fuller <landonf@opendarwin.org>
# $FreeBSD$
PORTNAME= twistedWeb2
PORTVERSION= 8.1.0
PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Web2/${PORTVERSION:R}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= TwistedWeb2-${PORTVERSION}
MAINTAINER= python@FreeBSD.org
COMMENT= Next generation Web Server Framework built with Twisted
LICENSE= MIT
NO_ARCH= yes
USE_PYTHON= autoplist distutils
USES= python tar:bzip2 twisted
.include <bsd.port.mk>