freebsd-ports/textproc/py-twistedLore/Makefile
Martin Wilke 2f6b1e5cc4 - Update to 0.3.0
PR:		ports/107847
Submitted by:	Li-Wen Hsu <lwhsu@lwhsu.org>
Approved by:	maintainer
2007-01-12 21:16:12 +00:00

25 lines
641 B
Makefile

# New ports collection makefile for: py-twistedLore
# Date created: 14 April 2005
# Whom: Neal Nelson <neal@nelson.name>
#
# $FreeBSD$
#
PORTNAME= twistedLore
PORTVERSION= 0.3.0
CATEGORIES= textproc python
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Lore/${PORTVERSION:R}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= TwistedLore-${PORTVERSION}
MAINTAINER= neal@nelson.name
COMMENT= Documentation generator with HTML and LaTeX support
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_BZIP2= yes
USE_PYTHON= 2.3+
USE_PYDISTUTILS= yes
.include <bsd.port.mk>