1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/textproc/py-twistedLore/Makefile
Cheng-Lung Sung 8120241ba7 - update to 0.2.0
PR:		ports/98150
Submitted by:	maintainer (Neal Nelson)
2006-05-30 15:52:28 +00:00

30 lines
745 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.2.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}
WRKSRC= ${WRKDIR}/TwistedLore-${PORTVERSION}
USE_BZIP2= yes
USE_PYTHON= 2.3+
USE_PYDISTUTILS= yes
PLIST_SUB+= S=${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}
.include <bsd.port.mk>