diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-05-30 16:00:37 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-05-30 16:00:37 +0000 |
commit | 7f826720b882810c7daf91b614f7e67a39adfd8d (patch) | |
tree | 336255dec9839c67be9971f03458f90d269a685b /mail/py-twistedMail/Makefile | |
parent | b4df4c8113ef8be6e5a9bb8d96e6cadca9cc0bf5 (diff) | |
download | ports-7f826720b882810c7daf91b614f7e67a39adfd8d.tar.gz ports-7f826720b882810c7daf91b614f7e67a39adfd8d.zip |
Notes
Diffstat (limited to 'mail/py-twistedMail/Makefile')
-rw-r--r-- | mail/py-twistedMail/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/py-twistedMail/Makefile b/mail/py-twistedMail/Makefile index 14b01c385338..096ce0869bd0 100644 --- a/mail/py-twistedMail/Makefile +++ b/mail/py-twistedMail/Makefile @@ -6,10 +6,9 @@ # PORTNAME= twistedMail -PORTVERSION= 0.2.0 +PORTVERSION= 0.3.0 CATEGORIES= mail devel python -MASTER_SITES= http://twistedmatrix.com/downloads/Mail/${PORTVERSION:S/.0//}/ \ - http://tmrc.mit.edu/mirror/twisted/Mail/${PORTVERSION:S/.0//}/ +MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Mail/${PORTVERSION:S/.0//}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= TwistedMail-${PORTVERSION} @@ -23,7 +22,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/TwistedMail-${PORTVERSION} USE_BZIP2= yes -USE_PYTHON= 2.2+ +USE_PYTHON= 2.3+ USE_PYDISTUTILS= yes PLIST_SUB+= S=${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;} |