freebsd-ports/www/py-twistedWeb2/Makefile
Sunpoet Po-Chuan Hsieh b1d8293a8d - Remove leading definite article from COMMENT
- Remove WRKSRC
- Add NO_ARCH
- Sort USE_PYTHON
2015-06-10 16:45:53 +00: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>