diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-03-14 04:31:12 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-03-14 04:31:12 +0800 |
commit | f1f209bbcb1505966ccc4a40d8be1c7b806f2cde (patch) | |
tree | e202ef8444d984161de04e699804c60e5b94917e /www | |
parent | fe5e2c09bfebd0648a34ce4a5182397998daaa3d (diff) | |
download | freebsd-ports-gnome-f1f209bbcb1505966ccc4a40d8be1c7b806f2cde.tar.gz freebsd-ports-gnome-f1f209bbcb1505966ccc4a40d8be1c7b806f2cde.tar.zst freebsd-ports-gnome-f1f209bbcb1505966ccc4a40d8be1c7b806f2cde.zip |
Mark DEPRECATED and set EXPIRATION_DATE to 2018-03-31
Diffstat (limited to 'www')
-rw-r--r-- | www/py-django-devel/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/py-django-devel/Makefile b/www/py-django-devel/Makefile index 0adb61a54be2..867b36b5619d 100644 --- a/www/py-django-devel/Makefile +++ b/www/py-django-devel/Makefile @@ -14,6 +14,9 @@ COMMENT= High-level Python Web framework LICENSE= BSD3CLAUSE +DEPRECATED= Outdated version. Use www/py-django instead +EXPIRATION_DATE=2018-03-31 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${FLAVOR} SNAPSHOTDATE= 20150709 |