1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/news/py-twistedNews/Makefile
Sunpoet Po-Chuan Hsieh f57dca320b - Use USES=twisted
2014-08-01 16:18:42 +00:00

23 lines
513 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= 2
USE_PYDISTUTILS=yes
PYDISTUTILS_AUTOPLIST= yes
USES= tar:bzip2 twisted
.include <bsd.port.mk>