3a6361bf00
Based on PR#42918 by Wen Heping Pkgsrc changes: * set LICENSE to mit * add handling of plugin cache file Upstream changes: from 8.1.0 to 10.0.0 is too long to put here. please refer: http://twistedmatrix.com/trac/browser/trunk/NEWS
18 lines
539 B
Text
18 lines
539 B
Text
# $NetBSD: Makefile.common,v 1.6 2010/03/06 13:18:07 obache Exp $
|
|
# used by net/py-twisted/Makefile
|
|
# used by net/py-twisted-docs/Makefile
|
|
|
|
TWISTED_VERSION= 10.0.0
|
|
DISTNAME= Twisted-${TWISTED_VERSION}
|
|
CATEGORIES= net python
|
|
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Twisted/10.0/
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|