mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
3daf1b65ed
PECL::Bug #11770 Error installing ssh2-0.10 http://pecl.php.net/bugs/bug.php?id=11779 - Fix libssh2 version checks. - Update to 0.11 Obtained from: upstream, oeriksson at mandriva dot com Reported by: many Approved by: rafan (mentor, implicit)
30 lines
606 B
Makefile
30 lines
606 B
Makefile
# New ports collection makefile for: pecl-ssh2
|
|
# Date created: 20050407
|
|
# Whom: Alexander Leidinger <netchild@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ssh2
|
|
PORTVERSION= 0.11
|
|
CATEGORIES= security pear
|
|
MASTER_SITES= LOCAL/chinsan/PECL/
|
|
PKGNAMEPREFIX= pecl-
|
|
EXTRACT_SUFX= .tgz
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= chinsan@FreeBSD.org
|
|
COMMENT= A PECL extension to the libssh2 library
|
|
|
|
LIB_DEPENDS= ssh2:${PORTSDIR}/security/libssh2
|
|
|
|
USE_PHP= yes
|
|
USE_PHPEXT= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib ${EXTRA_LIBS}"
|
|
|
|
CONFIGURE_ARGS= --with-ssh2
|
|
|
|
.include <bsd.port.mk>
|