1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/dns/py-twistedNames/Makefile

26 lines
661 B
Makefile
Raw Normal View History

# Created by: Neal Nelson <neal@nelson.name>
# $FreeBSD$
PORTNAME= twistedNames
PORTVERSION= 13.2.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
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_BZIP2= yes
USE_PYTHON= 2
USE_PYDISTUTILS=yes
PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/}
.include <bsd.port.mk>