2013-09-07 18:15:44 +02:00
|
|
|
# Created by: Neal Nelson <neal@nelson.name>
|
2005-04-15 06:53:14 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= twistedPair
|
2015-06-09 20:30:10 +02:00
|
|
|
PORTVERSION= 15.2.1
|
2005-04-15 06:53:14 +02:00
|
|
|
CATEGORIES= net devel python
|
2013-09-07 18:15:44 +02:00
|
|
|
MASTER_SITES= http://twistedmatrix.com/Releases/Pair/${PORTVERSION:R}/ \
|
|
|
|
LOCAL/sunpoet
|
2005-04-15 06:53:14 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= TwistedPair-${PORTVERSION}
|
|
|
|
|
2012-03-28 21:37:37 +02:00
|
|
|
MAINTAINER= python@FreeBSD.org
|
2005-04-15 06:53:14 +02:00
|
|
|
COMMENT= Twisted Pair can do low level TCP work
|
|
|
|
|
2011-09-07 11:27:54 +02:00
|
|
|
LICENSE= MIT
|
|
|
|
|
2015-06-10 18:45:29 +02:00
|
|
|
NO_ARCH= yes
|
|
|
|
USE_PYTHON= autoplist distutils
|
2014-10-24 18:21:26 +02:00
|
|
|
USES= python:2 tar:bzip2 twisted
|
2005-04-15 06:53:14 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|