blob: dbb7085a514a2b6e265a6b2c8bf15e525e34e199 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Neal Nelson <neal@nelson.name>
# $FreeBSD$
PORTNAME= twistedNames
PORTVERSION= 15.2.1
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
NO_ARCH= yes
USE_PYTHON= autoplist distutils
USES= python:2 tar:bzip2 twisted
.include <bsd.port.mk>
|