d29c4ca3df
Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-15.0.0/twisted/names/topfiles/NEWS
20 lines
494 B
Makefile
20 lines
494 B
Makefile
# Created by: Neal Nelson <neal@nelson.name>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= twistedNames
|
|
PORTVERSION= 15.0.0
|
|
CATEGORIES= dns devel python
|
|
MASTER_SITES= http://twistedmatrix.com/Releases/Names/${PORTVERSION:R}/ \
|
|
LOCAL/sunpoet
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= TwistedNames-${PORTVERSION}
|
|
|
|
MAINTAINER= python@FreeBSD.org
|
|
COMMENT= DNS protocol implementation with client and server
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_PYTHON= distutils autoplist
|
|
USES= python:2 tar:bzip2 twisted
|
|
|
|
.include <bsd.port.mk>
|