openbsd-ports/www/pecl-ssh2/Makefile

22 lines
387 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.10 2012/06/18 07:56:13 ajacoutot Exp $
2012-04-19 17:30:26 -04:00
COMMENT= PHP bindings for the libssh2 library
DISTNAME= ssh2-0.11.3
REVISION= 1
2012-04-19 17:30:26 -04:00
# PHP
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-11-11 07:35:09 -05:00
WANTLIB += crypto ssh2 ssl z
2012-04-19 17:30:26 -04:00
MODULES= lang/php/pecl
CONFIGURE_STYLE= gnu
2010-11-22 03:36:47 -05:00
LIB_DEPENDS= security/libssh2
.include <bsd.port.mk>