summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2017-12-09 02:38:23 +0000
committertaca <taca@pkgsrc.org>2017-12-09 02:38:23 +0000
commit0d8c8c0c50444d8cb6e8fe15418c76ea34d6b1bf (patch)
tree1e67e839558d7ededeb7d63b982a8bfc3af5f33a /security
parent0ae4497c86335f6342aa65fc2a3abe3a288e3a9a (diff)
downloadpkgsrc-0d8c8c0c50444d8cb6e8fe15418c76ea34d6b1bf.tar.gz
security/php-oauth: Allow build with php71 and php72
Diffstat (limited to 'security')
-rw-r--r--security/php-oauth/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/php-oauth/Makefile b/security/php-oauth/Makefile
index 8319aef96cb..5256f477efe 100644
--- a/security/php-oauth/Makefile
+++ b/security/php-oauth/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2017/08/24 20:03:38 adam Exp $
+# $NetBSD: Makefile,v 1.12 2017/12/09 02:38:23 taca Exp $
MODNAME= oauth
PECL_VERSION= 2.0.1
@@ -9,7 +9,7 @@ COMMENT= PHP oauth consumer extension
PKGREVISION= 4
LICENSE= modified-bsd
-PHP_VERSIONS_ACCEPTED= 70
+PHP_VERSIONS_ACCEPTED= 70 71 72
USE_LANGUAGES= c c++