2013-09-07 16:15:35 +00:00
|
|
|
# Created by: Neal Nelson <neal@nelson.name>
|
2005-04-15 04:55:22 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= twistedNames
|
2013-11-15 20:53:37 +00:00
|
|
|
PORTVERSION= 13.2.0
|
2005-04-15 04:55:22 +00:00
|
|
|
CATEGORIES= dns devel python
|
2013-09-07 16:15:35 +00:00
|
|
|
MASTER_SITES= http://twistedmatrix.com/Releases/Names/${PORTVERSION:R}/ \
|
|
|
|
LOCAL/sunpoet
|
2005-04-15 04:55:22 +00:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= TwistedNames-${PORTVERSION}
|
|
|
|
|
2012-03-28 19:37:34 +00:00
|
|
|
MAINTAINER= python@FreeBSD.org
|
2013-09-07 16:15:35 +00:00
|
|
|
COMMENT= DNS protocol implementation with client and server
|
2005-04-15 04:55:22 +00:00
|
|
|
|
2011-09-07 09:27:54 +00:00
|
|
|
LICENSE= MIT
|
|
|
|
|
2012-06-11 16:09:55 +00:00
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore
|
2011-09-07 09:27:54 +00:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2005-04-15 04:55:22 +00:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2014-01-13 21:00:02 +00:00
|
|
|
USE_PYTHON= 2
|
2013-09-07 16:15:35 +00:00
|
|
|
USE_PYDISTUTILS=yes
|
2012-06-11 16:09:55 +00:00
|
|
|
PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/}
|
2005-04-15 04:55:22 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|