aboutsummaryrefslogtreecommitdiffstats
path: root/security/pecl-ssh2/Makefile
blob: 9738f0dd9e8f8319a883a7c848fe9f602ada0b08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    pecl-ssh2
# Date created:         20050407
# Whom:             Alexander Leidinger <netchild@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   ssh2
PORTVERSION=    0.9
CATEGORIES= security pear
MASTER_SITES=   http://pecl.php.net/get/
PKGNAMEPREFIX=  pecl-
DISTNAME=   ssh2-${PORTVERSION}
EXTRACT_SUFX=   .tgz
DIST_SUBDIR=    PECL

MAINTAINER= ports@FreeBSD.org
COMMENT=    A PECL extension to the libssh2 library

LIB_DEPENDS=    ssh2:${PORTSDIR}/security/libssh2

USE_PHP=    yes
USE_PHPEXT= yes

.include <bsd.port.mk>