1fd066ebe5
With hat: python@
20 lines
491 B
Makefile
20 lines
491 B
Makefile
# Created by: Neal Nelson <neal@nelson.name>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= twistedLore
|
|
PORTVERSION= 14.0.0
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= http://twistedmatrix.com/Releases/Lore/${PORTVERSION:R}/ \
|
|
LOCAL/sunpoet
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= TwistedLore-${PORTVERSION}
|
|
|
|
MAINTAINER= python@FreeBSD.org
|
|
COMMENT= Documentation generator with HTML and LaTeX support
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_PYTHON= distutils autoplist
|
|
USES= python:2 tar:bzip2 twisted
|
|
|
|
.include <bsd.port.mk>
|