aboutsummaryrefslogtreecommitdiff
path: root/security/pecl-ssh2
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2015-02-24 09:29:17 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2015-02-24 09:29:17 +0000
commit2e9eb3eafb8aa240a46d4f10c23d6dcb1aae081c (patch)
treef04c0dc7c49db3cd99dcb56244fd72b772df31e1 /security/pecl-ssh2
parent6baffd8cb7b021e3671e6ea34676243de694ba55 (diff)
downloadports-2e9eb3eafb8aa240a46d4f10c23d6dcb1aae081c.tar.gz
ports-2e9eb3eafb8aa240a46d4f10c23d6dcb1aae081c.zip
1: add LICENSE.
2: switch to USES=tar:tgz
Notes
Notes: svn path=/head/; revision=379776
Diffstat (limited to 'security/pecl-ssh2')
-rw-r--r--security/pecl-ssh2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/pecl-ssh2/Makefile b/security/pecl-ssh2/Makefile
index 669bddb3e335..1b031246ccfa 100644
--- a/security/pecl-ssh2/Makefile
+++ b/security/pecl-ssh2/Makefile
@@ -6,13 +6,15 @@ PORTVERSION= 0.12
CATEGORIES= security pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
-EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= PECL extension to the libssh2 library
+LICENSE= PHP301
+
LIB_DEPENDS= libssh2.so:${PORTSDIR}/security/libssh2
+USES= tar:tgz
USE_PHP= yes
USE_PHPEXT= yes