mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
0b602232c5
- Use PYDISTUTILS_AUTOPLIST - Use USES=tar:bzip2 Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-14.0.0/twisted/news/topfiles/NEWS
26 lines
636 B
Makefile
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>
|