mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
25 lines
582 B
Makefile
25 lines
582 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
|
|
|
|
DEPRECATED= Use devel/py-twisted instead
|
|
EXPIRATION_DATE=2017-09-30
|
|
|
|
NO_ARCH= yes
|
|
USE_PYTHON= autoplist distutils
|
|
USES= python tar:bzip2 twisted
|
|
|
|
.include <bsd.port.mk>
|