mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
35542bbc46
- Pass maintainership to python@ Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-12.0.0/twisted/web/topfiles/NEWS PR: ports/165739 Submitted by: sunpoet (myself) Approved by: Neal Nelson <neal@nicandneal.net> (maintainer) Feature safe: yes
30 lines
733 B
Makefile
30 lines
733 B
Makefile
# New ports collection makefile for: py-twistedWeb
|
|
# Date created: 14 April 2005
|
|
# Whom: Neal Nelson <neal@nelson.name>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= twistedWeb
|
|
PORTVERSION= 12.0.0
|
|
CATEGORIES= www devel python
|
|
MASTER_SITES= http://twistedmatrix.com/Releases/Web/${PORTVERSION:R}/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= TwistedWeb-${PORTVERSION}
|
|
|
|
MAINTAINER= python@FreeBSD.org
|
|
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>
|