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 /finance | |
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 'finance')
-rw-r--r-- | finance/php-tclink/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/finance/php-tclink/Makefile b/finance/php-tclink/Makefile index 0bf3e8e35f27..329ea3fd19dc 100644 --- a/finance/php-tclink/Makefile +++ b/finance/php-tclink/Makefile @@ -12,6 +12,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-php MAINTAINER= mbowie@buzmo.com COMMENT= PHP extension for TrustCommerce credit card processing +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + USES= php:ext ssl IGNORE_WITH_PHP= 70 71 72 73 |