freebsd-ports/news/py-twistedNews/Makefile
Marcus von Appen d45fbf3040 - Convert ports of news/ and print/ to new USES=python
Approved by: portmgr (implicit)
2014-10-24 16:42:59 +00:00

20 lines
493 B
Makefile

# Created by: Neal Nelson <neal@nelson.name>
# $FreeBSD$
PORTNAME= twistedNews
PORTVERSION= 14.0.0
CATEGORIES= news devel python
MASTER_SITES= http://twistedmatrix.com/Releases/News/${PORTVERSION:R}/ \
LOCAL/sunpoet
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= TwistedNews-${PORTVERSION}
MAINTAINER= python@FreeBSD.org
COMMENT= NNTP protocol implementation with client and server
LICENSE= MIT
USE_PYTHON= distutils autoplist
USES= python:2 tar:bzip2 twisted
.include <bsd.port.mk>