diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-12-03 01:43:33 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-12-03 01:43:33 +0800 |
commit | 237c32d16da2b4f88dfc534ed78f4d15a3129f3f (patch) | |
tree | 07ea3c6e9214c842273aa4a9c76f0dada1109b71 /net-im | |
parent | a16b3878d8c946b910208997e66ba12f39d23278 (diff) | |
download | freebsd-ports-gnome-237c32d16da2b4f88dfc534ed78f4d15a3129f3f.tar.gz freebsd-ports-gnome-237c32d16da2b4f88dfc534ed78f4d15a3129f3f.tar.zst freebsd-ports-gnome-237c32d16da2b4f88dfc534ed78f4d15a3129f3f.zip |
Deprecate ports depending on php 5.6
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/pecl-stomp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-im/pecl-stomp/Makefile b/net-im/pecl-stomp/Makefile index 9f118386d1c1..4c0cb21d855d 100644 --- a/net-im/pecl-stomp/Makefile +++ b/net-im/pecl-stomp/Makefile @@ -9,6 +9,9 @@ CATEGORIES= net-im pear MAINTAINER= dbaio@FreeBSD.org COMMENT= PECL extension of stomp client +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE |