freebsd-ports/dns/py-twistedNames/Makefile
Sunpoet Po-Chuan Hsieh da744849c2 - Update to 13.1.0
- Add my LOCAL to MASTER_SITES
- Remove leading indefinite article from COMMENT
- Remove LICENSE_FILE for well-known licenses
- Update USE_PYTHON
- Cleanup Makefile header

Changes:	http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.1.0/twisted/names/topfiles/NEWS
2013-09-07 16:15:35 +00:00

25 lines
664 B
Makefile

# Created by: Neal Nelson <neal@nelson.name>
# $FreeBSD$
PORTNAME= twistedNames
PORTVERSION= 13.1.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.7
USE_PYDISTUTILS=yes
PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/}
.include <bsd.port.mk>