2013-09-07 18:15:26 +02:00
|
|
|
# Created by: Neal Nelson <neal@nelson.name>
|
2005-04-15 06:54:37 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= twistedLore
|
2013-11-15 21:53:26 +01:00
|
|
|
PORTVERSION= 13.2.0
|
2005-04-15 06:54:37 +02:00
|
|
|
CATEGORIES= textproc python
|
2013-09-07 18:15:26 +02:00
|
|
|
MASTER_SITES= http://twistedmatrix.com/Releases/Lore/${PORTVERSION:R}/ \
|
|
|
|
LOCAL/sunpoet
|
2005-04-15 06:54:37 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= TwistedLore-${PORTVERSION}
|
|
|
|
|
2012-03-28 21:37:43 +02:00
|
|
|
MAINTAINER= python@FreeBSD.org
|
2005-04-15 06:54:37 +02:00
|
|
|
COMMENT= Documentation generator with HTML and LaTeX support
|
|
|
|
|
2011-09-07 11:27:54 +02:00
|
|
|
LICENSE= MIT
|
|
|
|
|
2012-06-11 18:10:04 +02:00
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore
|
2011-09-07 11:27:54 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2005-04-15 06:54:37 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2014-01-13 22:00:02 +01:00
|
|
|
USE_PYTHON= 2
|
2013-09-07 18:15:26 +02:00
|
|
|
USE_PYDISTUTILS=yes
|
2012-06-11 18:10:04 +02:00
|
|
|
PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/}
|
2005-04-15 06:54:37 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|