Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.2 2015/03/23 09:24:50 nros Exp $
#
MODNAME= ssh2
PECL_VERSION= 0.12
PKGREVISION= 1
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"