diff options
author | crees <crees@FreeBSD.org> | 2011-09-28 02:56:41 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-09-28 02:56:41 +0800 |
commit | 8326d7951db065d06fc70a655481b31c2a1bd074 (patch) | |
tree | b9aba4b457cc62f6900dd2edd14647773d3acc48 | |
parent | 76ca6c49b8ae8901ca6caafaec5a9d5de6691791 (diff) | |
download | freebsd-ports-gnome-8326d7951db065d06fc70a655481b31c2a1bd074.tar.gz freebsd-ports-gnome-8326d7951db065d06fc70a655481b31c2a1bd074.tar.zst freebsd-ports-gnome-8326d7951db065d06fc70a655481b31c2a1bd074.zip |
Deprecate; superseded by textproc/py-mako. Expires on 27/Oct
PR: ports/161078
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
-rw-r--r-- | www/myghty/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/myghty/Makefile b/www/myghty/Makefile index 45819d353ec6..589974f4e9ed 100644 --- a/www/myghty/Makefile +++ b/www/myghty/Makefile @@ -14,6 +14,9 @@ DISTNAME= Myghty-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A Python based templating framework +DEPRECATED= Upstream suggests textproc/py-mako instead +EXPIRATION_DATE=2011-10-27 + BUILD_DEPENDS= easy_install:${PORTSDIR}/devel/py-setuptools USE_PYTHON= 2.5+ |