diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-06 07:39:31 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-06 07:39:31 +0000 |
commit | 1ced34fc222b99a0607b3a86eb116ea4c40fc85c (patch) | |
tree | 4e7cafaec5470be1076a8254b1d3f4d6c2508620 /security/p5-Crypt-RSA | |
parent | c2d03d48afa46d82df5e16103ea240da9ebb6e6a (diff) | |
download | ports-1ced34fc222b99a0607b3a86eb116ea4c40fc85c.tar.gz ports-1ced34fc222b99a0607b3a86eb116ea4c40fc85c.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-RSA')
-rw-r--r-- | security/p5-Crypt-RSA/Makefile | 16 | ||||
-rw-r--r-- | security/p5-Crypt-RSA/pkg-plist | 28 |
2 files changed, 21 insertions, 23 deletions
diff --git a/security/p5-Crypt-RSA/Makefile b/security/p5-Crypt-RSA/Makefile index 106d05844cf3..ae13c11fad21 100644 --- a/security/p5-Crypt-RSA/Makefile +++ b/security/p5-Crypt-RSA/Makefile @@ -27,20 +27,4 @@ RUN_DEPENDS= p5-Class-Loader>=2.00:${PORTSDIR}/devel/p5-Class-Loader \ USES= perl5 USE_PERL5= configure -MAN3= Crypt::RSA.3 \ - Crypt::RSA::DataFormat.3 \ - Crypt::RSA::Debug.3 \ - Crypt::RSA::ES::OAEP.3 \ - Crypt::RSA::ES::PKCS1v15.3 \ - Crypt::RSA::Errorhandler.3 \ - Crypt::RSA::Key.3 \ - Crypt::RSA::Key::Private.3 \ - Crypt::RSA::Key::Private::SSH.3 \ - Crypt::RSA::Key::Public.3 \ - Crypt::RSA::Key::Public::SSH.3 \ - Crypt::RSA::Primitives.3 \ - Crypt::RSA::SS::PKCS1v15.3 \ - Crypt::RSA::SS::PSS.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-RSA/pkg-plist b/security/p5-Crypt-RSA/pkg-plist index d550f81e9f4f..cc43d1a1d975 100644 --- a/security/p5-Crypt-RSA/pkg-plist +++ b/security/p5-Crypt-RSA/pkg-plist @@ -1,3 +1,17 @@ +%%PERL5_MAN3%%/Crypt::RSA.3.gz +%%PERL5_MAN3%%/Crypt::RSA::DataFormat.3.gz +%%PERL5_MAN3%%/Crypt::RSA::Debug.3.gz +%%PERL5_MAN3%%/Crypt::RSA::ES::OAEP.3.gz +%%PERL5_MAN3%%/Crypt::RSA::ES::PKCS1v15.3.gz +%%PERL5_MAN3%%/Crypt::RSA::Errorhandler.3.gz +%%PERL5_MAN3%%/Crypt::RSA::Key.3.gz +%%PERL5_MAN3%%/Crypt::RSA::Key::Private.3.gz +%%PERL5_MAN3%%/Crypt::RSA::Key::Private::SSH.3.gz +%%PERL5_MAN3%%/Crypt::RSA::Key::Public.3.gz +%%PERL5_MAN3%%/Crypt::RSA::Key::Public::SSH.3.gz +%%PERL5_MAN3%%/Crypt::RSA::Primitives.3.gz +%%PERL5_MAN3%%/Crypt::RSA::SS::PKCS1v15.3.gz +%%PERL5_MAN3%%/Crypt::RSA::SS::PSS.3.gz %%SITE_PERL%%/Crypt/RSA.pm %%SITE_PERL%%/Crypt/RSA/DataFormat.pm %%SITE_PERL%%/Crypt/RSA/Debug.pm @@ -13,12 +27,12 @@ %%SITE_PERL%%/Crypt/RSA/SS/PKCS1v15.pm %%SITE_PERL%%/Crypt/RSA/SS/PSS.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/RSA/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/RSA +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/RSA @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt -@dirrm %%SITE_PERL%%/Crypt/RSA/SS -@dirrm %%SITE_PERL%%/Crypt/RSA/Key/Public -@dirrm %%SITE_PERL%%/Crypt/RSA/Key/Private -@dirrm %%SITE_PERL%%/Crypt/RSA/Key -@dirrm %%SITE_PERL%%/Crypt/RSA/ES -@dirrm %%SITE_PERL%%/Crypt/RSA +@dirrmtry %%SITE_PERL%%/Crypt/RSA/SS +@dirrmtry %%SITE_PERL%%/Crypt/RSA/Key/Public +@dirrmtry %%SITE_PERL%%/Crypt/RSA/Key/Private +@dirrmtry %%SITE_PERL%%/Crypt/RSA/Key +@dirrmtry %%SITE_PERL%%/Crypt/RSA/ES +@dirrmtry %%SITE_PERL%%/Crypt/RSA @dirrmtry %%SITE_PERL%%/Crypt |