1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/net/py-twistedPair/Makefile

21 lines
479 B
Makefile

# Created by: Neal Nelson <neal@nelson.name>
# $FreeBSD$
PORTNAME= twistedPair
PORTVERSION= 15.1.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>