summaryrefslogtreecommitdiff
path: root/security/php-ssh2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/php-ssh2/Makefile')
-rw-r--r--security/php-ssh2/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/security/php-ssh2/Makefile b/security/php-ssh2/Makefile
new file mode 100644
index 00000000000..97586e52d38
--- /dev/null
+++ b/security/php-ssh2/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2014/10/01 12:13:24 fhajny Exp $
+#
+
+MODNAME= ssh2
+PECL_VERSION= 0.12
+CATEGORIES+= security
+
+MAINTAINER= filip@joyent.com
+HOMEPAGE= http://www.libssh2.org/
+COMMENT= PHP bindings to the functions of libssh2
+LICENSE= php
+
+CONFLICTS= php-ssh2-[0-9]*
+
+CONFIGURE_ARGS+= --with-ssh2=${PREFIX}
+#WRKSRC= ${WRKDIR}/${MODNAME}-${PECL_VERSION}
+
+.include "../../security/libssh2/buildlink3.mk"
+.include "../../lang/php/ext.mk"
+.include "../../mk/bsd.pkg.mk"