diff options
author | antoine <antoine@FreeBSD.org> | 2018-12-03 01:43:33 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-12-03 01:43:33 +0800 |
commit | daf38be8f8b19dbc29e20439b853f6d118f58300 (patch) | |
tree | 07ea3c6e9214c842273aa4a9c76f0dada1109b71 /www/mysar | |
parent | 1847607f09ff9f4af1981b50bbd8ded79f18fa61 (diff) | |
download | freebsd-ports-gnome-daf38be8f8b19dbc29e20439b853f6d118f58300.tar.gz freebsd-ports-gnome-daf38be8f8b19dbc29e20439b853f6d118f58300.tar.zst freebsd-ports-gnome-daf38be8f8b19dbc29e20439b853f6d118f58300.zip |
Deprecate ports depending on php 5.6
Diffstat (limited to 'www/mysar')
-rw-r--r-- | www/mysar/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/mysar/Makefile b/www/mysar/Makefile index 564703e74bac..b94ef7189595 100644 --- a/www/mysar/Makefile +++ b/www/mysar/Makefile @@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME:tl}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= MySQL Squid Access Report +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + IGNORE_WITH_PHP= 70 71 72 73 LICENSE= GPLv2 |