aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2016-10-07 01:52:01 +0800
committerrm <rm@FreeBSD.org>2016-10-07 01:52:01 +0800
commit53bd2676fc238eb0653e60babf742cde7b39414b (patch)
tree803f169e4808c2c59354b10bed0aed17a337f066 /www
parent236b93c4e52757bc490b40aebe33c74eb94f838d (diff)
downloadfreebsd-ports-gnome-53bd2676fc238eb0653e60babf742cde7b39414b.tar.gz
freebsd-ports-gnome-53bd2676fc238eb0653e60babf742cde7b39414b.tar.zst
freebsd-ports-gnome-53bd2676fc238eb0653e60babf742cde7b39414b.zip
www/py-django-piston: mark deprecated
This package is abandoned upstream and doesn't works with any django version in ports tree. Last release is from 2011. Mark deprecated and set to expire at 2016-11-06
Diffstat (limited to 'www')
-rw-r--r--www/py-django-piston/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/py-django-piston/Makefile b/www/py-django-piston/Makefile
index f090a9cd71c5..089f1c9dbd18 100644
--- a/www/py-django-piston/Makefile
+++ b/www/py-django-piston/Makefile
@@ -11,6 +11,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Piston is a Django mini-framework creating APIs
+DEPRECATED= Abandoned upstream. Doesn't work with django>=1.6
+EXPIRATION_DATE= 2016-11-06
+
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:www/py-django18
USES= python