freebsd-ports/security/pecl-ssh2/Makefile
Roman Bogorodskiy 48d36a79c3 - Update to 0.10
- Pass maintainership to submitter

PR:		101112
Submitted by:	chinsan <chinsan.tw@gmail.com>
2006-07-31 19:44:12 +00:00

27 lines
553 B
Makefile

# New ports collection makefile for: pecl-ssh2
# Date created: 20050407
# Whom: Alexander Leidinger <netchild@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ssh2
PORTVERSION= 0.10
CATEGORIES= security pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= chinsan.tw@gmail.com
COMMENT= A PECL extension to the libssh2 library
LIB_DEPENDS= ssh2:${PORTSDIR}/security/libssh2
USE_PHP= yes
USE_PHPEXT= yes
post-patch:
@${REINPLACE_CMD} -e 's, -ldl,,' ${WRKSRC}/config.m4
.include <bsd.port.mk>