diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-03-16 15:17:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-03-16 15:17:57 +0000 |
commit | bdcbe8dca71fdc202c2e7b93b2877d105815decc (patch) | |
tree | d852ebc903c9e64baa29cc55ab40089758131cd0 /news | |
parent | 7978b15136c66927ee7eea5af52348a58e29370c (diff) | |
download | ports-bdcbe8dca71fdc202c2e7b93b2877d105815decc.tar.gz ports-bdcbe8dca71fdc202c2e7b93b2877d105815decc.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/py-yenc/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/news/py-yenc/Makefile b/news/py-yenc/Makefile index ede009a1d893..d1a14ed9907f 100644 --- a/news/py-yenc/Makefile +++ b/news/py-yenc/Makefile @@ -8,15 +8,13 @@ PORTNAME= yenc PORTVERSION= 0.3 CATEGORIES= news python -MASTER_SITES= http://www.hellanzb.com/hellanzb-content/ +MASTER_SITES= http://www.hellanzb.com/hellanzb-content/ \ + PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= A yenc decoding module for Python in C -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - USE_PYTHON= yes USE_PYDISTUTILS=yes |