freebsd-ports/www/py-twistedWeb/Makefile

30 lines
731 B
Makefile
Raw Normal View History

# New ports collection makefile for: py-twistedWeb
# Date created: 14 April 2005
# Whom: Neal Nelson <neal@nelson.name>
#
# $FreeBSD$
#
PORTNAME= twistedWeb
PORTVERSION= 11.0.0
CATEGORIES= www devel python
MASTER_SITES= http://twistedmatrix.com/Releases/Web/${PORTVERSION:R}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= TwistedWeb-${PORTVERSION}
MAINTAINER= neal@nelson.name
COMMENT= An HTTP protocol implementation together with clients and servers
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_BZIP2= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= Twisted_Web
.include <bsd.port.mk>