diff options
author | bapt <bapt@FreeBSD.org> | 2012-04-11 04:07:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-04-11 04:07:23 +0800 |
commit | 009dcdb0718c52cd99fcd0e380c04cc9d9b5dfba (patch) | |
tree | b75c6b2a08f3c5bc73d0762d1827a0abef912c53 /graphics | |
parent | db38036f573ad10ae21092718e40d6cc3fc36c08 (diff) | |
download | freebsd-ports-gnome-009dcdb0718c52cd99fcd0e380c04cc9d9b5dfba.tar.gz freebsd-ports-gnome-009dcdb0718c52cd99fcd0e380c04cc9d9b5dfba.tar.zst freebsd-ports-gnome-009dcdb0718c52cd99fcd0e380c04cc9d9b5dfba.zip |
php4 is EOLed, deprecate ports depending on it.
Approved by: Scot Hetzel <swhetzel@gmail.com> (maintainer by private mail)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/php4-chartdirector/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/php4-chartdirector/Makefile b/graphics/php4-chartdirector/Makefile index 8fa38b18f797..0a370a53ac1f 100644 --- a/graphics/php4-chartdirector/Makefile +++ b/graphics/php4-chartdirector/Makefile @@ -10,6 +10,9 @@ PKGNAMEPREFIX= php4- MASTERDIR= ${.CURDIR}/../../graphics/php5-chartdirector +DEPRECATED= php4 is EOLed +EXPIRATION_DATE= 2012-05-10 + IGNORE_WITH_PHP=5 DEFAULT_PHP_VER=4 |