diff options
author | vanilla <vanilla@FreeBSD.org> | 2015-02-24 09:29:17 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2015-02-24 09:29:17 +0000 |
commit | 908d2968413970bb49be8fdf40e4e35a630b0917 (patch) | |
tree | f04c0dc7c49db3cd99dcb56244fd72b772df31e1 | |
parent | 84c376eb1624fff5c433166b2a79e38b85d91659 (diff) | |
download | FreeBSD-ports-908d2968413970bb49be8fdf40e4e35a630b0917.zip FreeBSD-ports-908d2968413970bb49be8fdf40e4e35a630b0917.tar.gz |
1: add LICENSE.
2: switch to USES=tar:tgz
-rw-r--r-- | security/pecl-ssh2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/pecl-ssh2/Makefile b/security/pecl-ssh2/Makefile index 669bddb..1b03124 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 |