aboutsummaryrefslogtreecommitdiff
path: root/www/py-textile/Makefile
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2009-02-08 10:40:27 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2009-02-08 10:40:27 +0000
commit8c4e3fca60edf46ce3f90bc160109717d7c70c98 (patch)
tree7bae5291d9b77e7a28829e265cfb1f7ee2f2539e /www/py-textile/Makefile
parent2f112785b5deab251fcdfe4167a8c6a343c5def5 (diff)
downloadports-8c4e3fca60edf46ce3f90bc160109717d7c70c98.tar.gz
ports-8c4e3fca60edf46ce3f90bc160109717d7c70c98.zip
Notes
Diffstat (limited to 'www/py-textile/Makefile')
-rw-r--r--www/py-textile/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/www/py-textile/Makefile b/www/py-textile/Makefile
index dccc0fe505ed..6d93004d64de 100644
--- a/www/py-textile/Makefile
+++ b/www/py-textile/Makefile
@@ -6,9 +6,10 @@
#
PORTNAME= textile
-PORTVERSION= 2.0.11
+PORTVERSION= 2.1.3
CATEGORIES= www textproc python
-MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
+MASTER_SITES= CHEESESHOP \
+ ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yzlin@cs.nctu.edu.tw
@@ -16,8 +17,9 @@ COMMENT= Textile markup generator written in Python
PROJECTHOST= pytextile
USE_PYTHON= 2.5+
-USE_PYDISTUTILS= easy_install
-PYDISTUTILS_NOEGGINFO= yes
-PLIST_SUB= VERSION=${PORTVERSION} PYVER=${PYTHON_VERSION:S/python//}
+USE_PYDISTUTILS= yes
+PLIST_FILES= %%PYTHON_SITELIBDIR%%/textile.py \
+ %%PYTHON_SITELIBDIR%%/textile.pyc \
+ %%PYTHON_SITELIBDIR%%/textile.pyo
.include <bsd.port.mk>