diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-21 18:40:15 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-21 18:40:15 +0000 |
commit | 2899abe804f2ace1bf29e05e3184155186f25394 (patch) | |
tree | dc019923ebe76aac3d5d88dc5c3edf2b201dca61 /finance | |
parent | f5291514626c7271bb9440faa5058ebd66b92bb0 (diff) |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/php-tclink/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/finance/php-tclink/Makefile b/finance/php-tclink/Makefile index 1085df583e47..2e8f4bad66db 100644 --- a/finance/php-tclink/Makefile +++ b/finance/php-tclink/Makefile @@ -11,9 +11,12 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-php MAINTAINER= mbowie@buzmo.com COMMENT= PHP extension for TrustCommerce credit card processing +DEPRECATED= requires php53, security EOL reached 14 Aug 2014 +EXPIRATION_DATE= 2015-04-15 + +IGNORE_WITH_PHP=5 55 56 USE_PHP= yes USE_PHPEXT= yes USE_OPENSSL= yes -DEFAULT_PHP_VER=53 .include <bsd.port.mk> |