1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Add LICENSE

- Use PYDISTUTILS_AUTOPLIST
- Use USES=twisted
- Bump PORTREVISION for package change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-08-01 16:19:01 +00:00
parent 044a39c9b3
commit 38ab39862d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363725

View File

@ -3,6 +3,7 @@
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}
@ -11,14 +12,13 @@ DISTNAME= TwistedWeb2-${PORTVERSION}
MAINTAINER= python@FreeBSD.org
COMMENT= The next generation Web Server Framework built with Twisted
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
RUN_DEPENDS:= ${BUILD_DEPENDS}
LICENSE= MIT
WRKSRC= ${WRKDIR}/TwistedWeb2-${PORTVERSION}
USES= tar:bzip2
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= Twisted_Web2
USE_PYDISTUTILS=yes
PYDISTUTILS_AUTOPLIST= yes
USES= tar:bzip2 twisted
.include <bsd.port.mk>