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
|
2014-07-06 20:52:39 +02:00
|
|
|
PORTVERSION= 14.0.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
|
|
|
|
|
2014-01-13 22:00:02 +01:00
|
|
|
USE_PYTHON= 2
|
2013-09-07 18:15:26 +02:00
|
|
|
USE_PYDISTUTILS=yes
|
2014-07-06 20:52:39 +02:00
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
2014-08-01 18:18:51 +02:00
|
|
|
USES= tar:bzip2 twisted
|
2005-04-15 06:54:37 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|