ports/net/py-twistedPair/Makefile
Marcus von Appen 2f71940292 - Convert ports of net/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-24 16:21:26 +00:00

20 lines
479 B
Makefile

# Created by: Neal Nelson <neal@nelson.name>
# $FreeBSD$
PORTNAME= twistedPair
PORTVERSION= 14.0.0
CATEGORIES= net devel python
MASTER_SITES= http://twistedmatrix.com/Releases/Pair/${PORTVERSION:R}/ \
LOCAL/sunpoet
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= TwistedPair-${PORTVERSION}
MAINTAINER= python@FreeBSD.org
COMMENT= Twisted Pair can do low level TCP work
LICENSE= MIT
USE_PYTHON= distutils autoplist
USES= python:2 tar:bzip2 twisted
.include <bsd.port.mk>