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 /german | |
parent | f5291514626c7271bb9440faa5058ebd66b92bb0 (diff) |
Notes
Diffstat (limited to 'german')
-rw-r--r-- | german/pecl-konto_check/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/german/pecl-konto_check/Makefile b/german/pecl-konto_check/Makefile index bef349a788e5..db562149032f 100644 --- a/german/pecl-konto_check/Makefile +++ b/german/pecl-konto_check/Makefile @@ -10,12 +10,15 @@ PKGNAMEPREFIX= pecl- MAINTAINER= ports@FreeBSD.org COMMENT= PHP module to check German and Austrian Bank Account Numbers +DEPRECATED= requires php53, security EOL reached 14 Aug 2014 +EXPIRATION_DATE= 2015-04-15 + +IGNORE_WITH_PHP=5 55 56 USES= zip:infozip USE_PHP= yes USE_PHPIZE= yes USE_PHPEXT= yes PHP_MODNAME= ${PORTNAME} -DEFAULT_PHP_VER=53 WRKSRC= ${WRKDIR}/php |