diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-03-17 13:16:11 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-03-17 13:16:11 +0000 |
commit | 5e67b3f765f74c9ff9fbe43af706199b39abf1ac (patch) | |
tree | a72238f8a23ec089079e7cdb5b72b9b0dccfe3aa /security/p5-Crypt-Random-Source | |
parent | b49c5cc4a6808d72910fde660efa3ad3fa333b5a (diff) |
Notes
Diffstat (limited to 'security/p5-Crypt-Random-Source')
-rw-r--r-- | security/p5-Crypt-Random-Source/Makefile | 41 | ||||
-rw-r--r-- | security/p5-Crypt-Random-Source/distinfo | 2 | ||||
-rw-r--r-- | security/p5-Crypt-Random-Source/pkg-descr | 3 | ||||
-rw-r--r-- | security/p5-Crypt-Random-Source/pkg-plist | 22 |
4 files changed, 68 insertions, 0 deletions
diff --git a/security/p5-Crypt-Random-Source/Makefile b/security/p5-Crypt-Random-Source/Makefile new file mode 100644 index 000000000000..e0d6b334f412 --- /dev/null +++ b/security/p5-Crypt-Random-Source/Makefile @@ -0,0 +1,41 @@ +# New ports collection makefile for: Crypt::Random::Source +# Date created: 15 March 2011 +# Whom: Dereckson <dereckson@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= Crypt-Random-Source +PORTVERSION= 0.07 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= dereckson@gmail.com +COMMENT= Get weak or strong random data from pluggable sources + +TEST_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception \ + p5-Test-use-ok>0:${PORTSDIR}/devel/p5-Test-use-ok +RUN_DEPENDS= p5-Capture-Tiny>=0.08:${PORTSDIR}/devel/p5-Capture-Tiny \ + p5-Module-Find>0:${PORTSDIR}/devel/p5-Module-Find \ + p5-Sub-Exporter>0:${PORTSDIR}/devel/p5-Sub-Exporter \ + p5-namespace-clean>=0.08:${PORTSDIR}/devel/p5-namespace-clean + +MAN3= Crypt::Random::Source.3 \ + Crypt::Random::Source::Base.3 \ + Crypt::Random::Source::Base::File.3 \ + Crypt::Random::Source::Base::Handle.3 \ + Crypt::Random::Source::Base::Proc.3 \ + Crypt::Random::Source::Base::RandomDevice.3 \ + Crypt::Random::Source::Factory.3 \ + Crypt::Random::Source::Strong.3 \ + Crypt::Random::Source::Strong::devrandom.3 \ + Crypt::Random::Source::Weak.3 \ + Crypt::Random::Source::Weak::devurandom.3 \ + Crypt::Random::Source::Weak::rand.3 + +PERL_CONFIGURE= yes + +LICENSE= ART20 + +.include <bsd.port.mk> diff --git a/security/p5-Crypt-Random-Source/distinfo b/security/p5-Crypt-Random-Source/distinfo new file mode 100644 index 000000000000..6af21ed7aee0 --- /dev/null +++ b/security/p5-Crypt-Random-Source/distinfo @@ -0,0 +1,2 @@ +SHA256 (Crypt-Random-Source-0.07.tar.gz) = bbe19a6ee24ce8d4aacbcf9179b2b3477a729eccbdfa78ad8330413b2fc3ac4f +SIZE (Crypt-Random-Source-0.07.tar.gz) = 18883 diff --git a/security/p5-Crypt-Random-Source/pkg-descr b/security/p5-Crypt-Random-Source/pkg-descr new file mode 100644 index 000000000000..231de3f7d6f5 --- /dev/null +++ b/security/p5-Crypt-Random-Source/pkg-descr @@ -0,0 +1,3 @@ +Get weak or strong random data from pluggable sources + +WWW: http://search.cpan.org/dist/Crypt-Random-Source diff --git a/security/p5-Crypt-Random-Source/pkg-plist b/security/p5-Crypt-Random-Source/pkg-plist new file mode 100644 index 000000000000..0f83a3725094 --- /dev/null +++ b/security/p5-Crypt-Random-Source/pkg-plist @@ -0,0 +1,22 @@ +%%SITE_PERL%%/Crypt/Random/Source.pm +%%SITE_PERL%%/Crypt/Random/Source/Base.pm +%%SITE_PERL%%/Crypt/Random/Source/Base/File.pm +%%SITE_PERL%%/Crypt/Random/Source/Base/Handle.pm +%%SITE_PERL%%/Crypt/Random/Source/Base/Proc.pm +%%SITE_PERL%%/Crypt/Random/Source/Base/RandomDevice.pm +%%SITE_PERL%%/Crypt/Random/Source/Factory.pm +%%SITE_PERL%%/Crypt/Random/Source/Strong.pm +%%SITE_PERL%%/Crypt/Random/Source/Strong/devrandom.pm +%%SITE_PERL%%/Crypt/Random/Source/Weak.pm +%%SITE_PERL%%/Crypt/Random/Source/Weak/devurandom.pm +%%SITE_PERL%%/Crypt/Random/Source/Weak/rand.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Random/Source/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Random/Source +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Random +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt +@dirrm %%SITE_PERL%%/Crypt/Random/Source/Weak +@dirrm %%SITE_PERL%%/Crypt/Random/Source/Strong +@dirrm %%SITE_PERL%%/Crypt/Random/Source/Base +@dirrm %%SITE_PERL%%/Crypt/Random/Source +@dirrmtry %%SITE_PERL%%/Crypt/Random +@dirrmtry %%SITE_PERL%%/Crypt |