diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-07-19 20:34:52 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-07-19 20:34:52 +0000 |
commit | 6ad02fa5acefcfdce0071571dc6533d1d49f882b (patch) | |
tree | b54dd992ae1f175cf59973c5a7ce25f4037a14d4 /www/myghty/Makefile | |
parent | 65eb110812965d1a5b828cf2483e310ce5366591 (diff) |
Notes
Diffstat (limited to 'www/myghty/Makefile')
-rw-r--r-- | www/myghty/Makefile | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/www/myghty/Makefile b/www/myghty/Makefile index 139768391bff..324dfdebb16d 100644 --- a/www/myghty/Makefile +++ b/www/myghty/Makefile @@ -6,17 +6,23 @@ # PORTNAME= myghty -PORTVERSION= 0.98c +PORTVERSION= 1.0.1 CATEGORIES= www python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://dryice.name/computer/FreeBSD/distfiles/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= Myghty-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= Myghty is a Python based templating framework +COMMENT= A Python based templating framework + +BUILD_DEPENDS= easy_install:${PORTSDIR}/devel/py-setuptools USE_PYTHON= 2.3+ -USE_PYDISTUTILS=yes +NO_BUILD= yes +PLIST_SUB= VERSION="${PORTVERSION}" PYVER="${PYTHON_VERSION:S/python//}" + +do-install: + cd ${BUILD_WRKSRC} \ + && ${PYTHON_CMD} setup.py install --old-and-unmanageable .include <bsd.port.mk> |