1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/news/py-twistedNews/Makefile
Sunpoet Po-Chuan Hsieh 0b602232c5 - Update to 14.0.0
- Use PYDISTUTILS_AUTOPLIST
- Use USES=tar:bzip2

Changes:	http://twistedmatrix.com/trac/browser/tags/releases/twisted-14.0.0/twisted/news/topfiles/NEWS
2014-07-06 18:52:29 +00:00

26 lines
636 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
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PYTHON= 2
USE_PYDISTUTILS=yes
PYDISTUTILS_AUTOPLIST= yes
USES= tar:bzip2
.include <bsd.port.mk>