9723675b46
"No significant changes have been made for this release." To my understanding, a test has been fixed.
18 lines
556 B
Text
18 lines
556 B
Text
# $NetBSD: Makefile.common,v 1.18 2014/10/01 12:44:34 wiz Exp $
|
|
#
|
|
# used by net/py-twisted/Makefile
|
|
# used by net/py-twisted-docs/Makefile
|
|
|
|
DISTNAME= Twisted-14.0.2
|
|
CATEGORIES= net python
|
|
MASTER_SITES= http://twistedmatrix.com/Releases/Twisted/${PKGVERSION_NOREV:R}/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER?= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.twistedmatrix.com/
|
|
LICENSE= mit
|
|
|
|
DISTINFO_FILE?= ${.CURDIR}/../py-twisted/distinfo
|
|
PATCHDIR?= ${.CURDIR}/../py-twisted/patches
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # most parts not yet ported as of 14.0.0
|