diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-04-11 04:07:23 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-04-11 04:07:23 +0800 |
commit | 0c3b6fe35b481756f0dfe7e3c4474112b11222b5 (patch) | |
tree | 06b81f45928a666492f6773b900ff0fd0c75f693 /graphics | |
parent | b5ee637e1da4c3b9acfc5d73366c506014c3fb30 (diff) | |
download | freebsd-ports-gnome-0c3b6fe35b481756f0dfe7e3c4474112b11222b5.tar.gz freebsd-ports-gnome-0c3b6fe35b481756f0dfe7e3c4474112b11222b5.tar.zst freebsd-ports-gnome-0c3b6fe35b481756f0dfe7e3c4474112b11222b5.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 |