opnsense-ports/textproc/py-twistedLore/Makefile
Franco Fichtner 05670ca275 */*: sync with upstream
Taken from: FreeBSD
2015-06-11 09:04:49 +02:00

21 lines
504 B
Makefile

# Created by: Neal Nelson <neal@nelson.name>
# $FreeBSD$
PORTNAME= twistedLore
PORTVERSION= 15.2.1
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
NO_ARCH= yes
USE_PYTHON= autoplist distutils
USES= python:2 tar:bzip2 twisted
.include <bsd.port.mk>