mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
4942ce5a7d
- Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav
28 lines
715 B
Makefile
28 lines
715 B
Makefile
# New ports collection makefile for: py-twistedWeb2
|
|
# Date created: 5 August 2005
|
|
# Whom: Landon Fuller <landonf@opendarwin.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= twistedWeb2
|
|
PORTVERSION= 0.2.0
|
|
CATEGORIES= www devel python
|
|
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Web2/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= TwistedWeb2-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@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}
|
|
|
|
WRKSRC= ${WRKDIR}/TwistedWeb2-${PORTVERSION}
|
|
|
|
USE_BZIP2= yes
|
|
USE_PYTHON= 2.3+
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_PKGNAME= Twisted_Web2
|
|
|
|
.include <bsd.port.mk>
|