diff options
author | jadawin <jadawin@FreeBSD.org> | 2011-06-01 07:11:09 +0000 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2011-06-01 07:11:09 +0000 |
commit | 245eee76ccb3495e817ef9790011f662f1ffebbf (patch) | |
tree | f935149d1450a6d2e3520db552c8855f4f06fb29 /net/p5-Net-SSH2 | |
parent | 23cf88f7e5fba4dcb3f692b4850f713634ab8bf8 (diff) | |
download | FreeBSD-ports-245eee76ccb3495e817ef9790011f662f1ffebbf.zip FreeBSD-ports-245eee76ccb3495e817ef9790011f662f1ffebbf.tar.gz |
- Fix LICENSE
Reported by: pav@ and ports/157451
Diffstat (limited to 'net/p5-Net-SSH2')
-rw-r--r-- | net/p5-Net-SSH2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-Net-SSH2/Makefile b/net/p5-Net-SSH2/Makefile index cf6451c..4ea1783 100644 --- a/net/p5-Net-SSH2/Makefile +++ b/net/p5-Net-SSH2/Makefile @@ -17,7 +17,7 @@ COMMENT= Support for the SSH 2 protocol via libSSH2 LIB_DEPENDS= ssh2.1:${PORTSDIR}/security/libssh2 LICENSE_COMB= dual -LICENSE= ART2 GPLv1 +LICENSE= ART20 GPLv1 PERL_CONFIGURE= yes |