diff --git a/security/Makefile b/security/Makefile index e41080611703..135caedaafa0 100644 --- a/security/Makefile +++ b/security/Makefile @@ -655,6 +655,7 @@ SUBDIR += p5-Net-OpenID-Server SUBDIR += p5-Net-Radius-Server SUBDIR += p5-Net-SAML + SUBDIR += p5-Net-SSH-AuthorizedKeysFile SUBDIR += p5-Net-SSL-ExpireDate SUBDIR += p5-Net-SSLGlue SUBDIR += p5-Net-SSLeay diff --git a/security/p5-Net-SSH-AuthorizedKeysFile/Makefile b/security/p5-Net-SSH-AuthorizedKeysFile/Makefile new file mode 100644 index 000000000000..8896c71c536f --- /dev/null +++ b/security/p5-Net-SSH-AuthorizedKeysFile/Makefile @@ -0,0 +1,23 @@ +# Created by: Stephon Chen +# $FreeBSD$ + +PORTNAME= Net-SSH-AuthorizedKeysFile +PORTVERSION= 0.17 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Read and modify SSH authorized_keys files + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Log-Log4perl>=1:devel/p5-Log-Log4perl + +NO_ARCH= yes +USES= perl5 +USE_PERL5= configure + +.include diff --git a/security/p5-Net-SSH-AuthorizedKeysFile/distinfo b/security/p5-Net-SSH-AuthorizedKeysFile/distinfo new file mode 100644 index 000000000000..f10ad964da5a --- /dev/null +++ b/security/p5-Net-SSH-AuthorizedKeysFile/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1470403282 +SHA256 (Net-SSH-AuthorizedKeysFile-0.17.tar.gz) = 4f9384ffa3e80a1a51e2141a36e2faebc1f1608029e77594d2d9c5be61ebba93 +SIZE (Net-SSH-AuthorizedKeysFile-0.17.tar.gz) = 16040 diff --git a/security/p5-Net-SSH-AuthorizedKeysFile/pkg-descr b/security/p5-Net-SSH-AuthorizedKeysFile/pkg-descr new file mode 100644 index 000000000000..f2cef47ba9b0 --- /dev/null +++ b/security/p5-Net-SSH-AuthorizedKeysFile/pkg-descr @@ -0,0 +1,6 @@ +Net::SSH::AuthorizedKeysFile reads and modifies "authorized_keys" +files. "authorized_keys" files contain public keys and meta +information to be used by "ssh" on the remote host to let users in +without having to type their password. + +WWW: http://search.cpan.org/dist/Net-SSH-AuthorizedKeysFile/ diff --git a/security/p5-Net-SSH-AuthorizedKeysFile/pkg-plist b/security/p5-Net-SSH-AuthorizedKeysFile/pkg-plist new file mode 100644 index 000000000000..5574b18f3137 --- /dev/null +++ b/security/p5-Net-SSH-AuthorizedKeysFile/pkg-plist @@ -0,0 +1,12 @@ +bin/authorized-keys-test +%%SITE_PERL%%/Net/SSH/AuthorizedKey.pm +%%SITE_PERL%%/Net/SSH/AuthorizedKey/Base.pm +%%SITE_PERL%%/Net/SSH/AuthorizedKey/SSH1.pm +%%SITE_PERL%%/Net/SSH/AuthorizedKey/SSH2.pm +%%SITE_PERL%%/Net/SSH/AuthorizedKeysFile.pm +%%PERL5_MAN1%%/authorized-keys-test.1.gz +%%PERL5_MAN3%%/Net::SSH::AuthorizedKey.3.gz +%%PERL5_MAN3%%/Net::SSH::AuthorizedKey::Base.3.gz +%%PERL5_MAN3%%/Net::SSH::AuthorizedKey::SSH1.3.gz +%%PERL5_MAN3%%/Net::SSH::AuthorizedKey::SSH2.3.gz +%%PERL5_MAN3%%/Net::SSH::AuthorizedKeysFile.3.gz