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-Random | |
parent | c2d03d48afa46d82df5e16103ea240da9ebb6e6a (diff) | |
download | ports-1ced34fc222b99a0607b3a86eb116ea4c40fc85c.tar.gz ports-1ced34fc222b99a0607b3a86eb116ea4c40fc85c.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-Random')
-rw-r--r-- | security/p5-Crypt-Random/Makefile | 3 | ||||
-rw-r--r-- | security/p5-Crypt-Random/pkg-plist | 17 |
2 files changed, 9 insertions, 11 deletions
diff --git a/security/p5-Crypt-Random/Makefile b/security/p5-Crypt-Random/Makefile index 49af564f27db..6cfe114e7d86 100644 --- a/security/p5-Crypt-Random/Makefile +++ b/security/p5-Crypt-Random/Makefile @@ -18,7 +18,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Crypt::Random.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-Random/pkg-plist b/security/p5-Crypt-Random/pkg-plist index 6c36c24a9e03..d79f9808db98 100644 --- a/security/p5-Crypt-Random/pkg-plist +++ b/security/p5-Crypt-Random/pkg-plist @@ -1,14 +1,15 @@ bin/makerandom -%%SITE_PERL%%/Crypt/Random/Provider/rand.pm +%%PERL5_MAN3%%/Crypt::Random.3.gz +%%SITE_PERL%%/Crypt/Random.pm +%%SITE_PERL%%/Crypt/Random/Generator.pm +%%SITE_PERL%%/Crypt/Random/Provider/File.pm +%%SITE_PERL%%/Crypt/Random/Provider/devrandom.pm %%SITE_PERL%%/Crypt/Random/Provider/devurandom.pm %%SITE_PERL%%/Crypt/Random/Provider/egd.pm -%%SITE_PERL%%/Crypt/Random/Provider/devrandom.pm -%%SITE_PERL%%/Crypt/Random/Provider/File.pm -%%SITE_PERL%%/Crypt/Random/Generator.pm -%%SITE_PERL%%/Crypt/Random.pm +%%SITE_PERL%%/Crypt/Random/Provider/rand.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Random/.packlist -@dirrm %%SITE_PERL%%/Crypt/Random/Provider -@dirrm %%SITE_PERL%%/Crypt/Random -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Random +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Random @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt +@dirrmtry %%SITE_PERL%%/Crypt/Random/Provider +@dirrmtry %%SITE_PERL%%/Crypt/Random @dirrmtry %%SITE_PERL%%/Crypt |