diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-05-30 15:52:28 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-05-30 15:52:28 +0000 |
commit | 8120241ba7445a20fc6b12dcd31fa2e418fab9cb (patch) | |
tree | 03b90d8e35bcc20f1c2342eb4745ac892e4ee3ff /textproc/py-twistedLore/Makefile | |
parent | 8b1cce28e07d07f3df6fe0c72d7ccbd300614c23 (diff) | |
download | ports-8120241ba7445a20fc6b12dcd31fa2e418fab9cb.tar.gz ports-8120241ba7445a20fc6b12dcd31fa2e418fab9cb.zip |
Notes
Diffstat (limited to 'textproc/py-twistedLore/Makefile')
-rw-r--r-- | textproc/py-twistedLore/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/textproc/py-twistedLore/Makefile b/textproc/py-twistedLore/Makefile index 5a2baef90d3c..fd541da9bb65 100644 --- a/textproc/py-twistedLore/Makefile +++ b/textproc/py-twistedLore/Makefile @@ -6,11 +6,9 @@ # PORTNAME= twistedLore -PORTVERSION= 0.1.0 -PORTREVISION= 1 +PORTVERSION= 0.2.0 CATEGORIES= textproc python -MASTER_SITES= http://twistedmatrix.com/downloads/Lore/0.1/ \ - http://tmrc.mit.edu/mirror/twisted/Lore/0.1/ +MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Lore/${PORTVERSION:R}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= TwistedLore-${PORTVERSION} @@ -23,7 +21,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/TwistedLore-${PORTVERSION} USE_BZIP2= yes -USE_PYTHON= 2.2+ +USE_PYTHON= 2.3+ USE_PYDISTUTILS= yes PLIST_SUB+= S=${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;} |