2005-04-15 06:58:22 +02:00
|
|
|
# New ports collection makefile for: py-twistedNews
|
|
|
|
# Date created: 14 April 2005
|
|
|
|
# Whom: Neal Nelson <neal@nelson.name>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= twistedNews
|
2012-06-11 18:10:01 +02:00
|
|
|
PORTVERSION= 12.1.0
|
2005-04-15 06:58:22 +02:00
|
|
|
CATEGORIES= news devel python
|
2011-09-07 11:27:54 +02:00
|
|
|
MASTER_SITES= http://twistedmatrix.com/Releases/News/${PORTVERSION:R}/
|
2005-04-15 06:58:22 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= TwistedNews-${PORTVERSION}
|
|
|
|
|
2012-03-28 21:37:40 +02:00
|
|
|
MAINTAINER= python@FreeBSD.org
|
2005-04-15 06:58:22 +02:00
|
|
|
COMMENT= An NNTP protocol implementation with client and server
|
|
|
|
|
2011-09-07 11:27:54 +02:00
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
2012-06-11 18:10:01 +02:00
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore
|
2011-09-07 11:27:54 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2005-04-15 06:58:22 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2009-01-31 10:53:10 +01:00
|
|
|
USE_PYTHON= yes
|
2005-04-15 06:58:22 +02:00
|
|
|
USE_PYDISTUTILS= yes
|
2012-06-11 18:10:01 +02:00
|
|
|
PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/}
|
2005-04-15 06:58:22 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|