summaryrefslogtreecommitdiff
path: root/security/php-ssh2
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-12-19 14:27:12 +0000
committertaca <taca@pkgsrc.org>2015-12-19 14:27:12 +0000
commitcd0813ce61e3870a125aef80860b791c46c134f3 (patch)
treeda5e1cb19fe15553adefed6a3dce16bb4c913420 /security/php-ssh2
parent897b7dfe7a0e6e790d70aeb0cf75e22729d02e19 (diff)
downloadpkgsrc-cd0813ce61e3870a125aef80860b791c46c134f3.tar.gz
Restrict PHP_VERSIONS_ACCEPTED to 55 and 56.
Diffstat (limited to 'security/php-ssh2')
-rw-r--r--security/php-ssh2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/php-ssh2/Makefile b/security/php-ssh2/Makefile
index c51ec4604dd..8ede5510be1 100644
--- a/security/php-ssh2/Makefile
+++ b/security/php-ssh2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2015/07/26 18:07:55 nros Exp $
+# $NetBSD: Makefile,v 1.4 2015/12/19 14:27:14 taca Exp $
#
MODNAME= ssh2
@@ -13,6 +13,8 @@ LICENSE= php
CONFLICTS= php-ssh2-[0-9]*
+PHP_VERSIONS_ACCEPTED= 55 56
+
CONFIGURE_ARGS+= --with-ssh2=${PREFIX}
#WRKSRC= ${WRKDIR}/${MODNAME}-${PECL_VERSION}