mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
e52b37cea1
Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-15.1.0/twisted/pair/topfiles/NEWS
21 lines
479 B
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>
|