blob: dbe2e4a2b3572f442538fdb23f7bbd5d4672920a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
# 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
PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= dereckson@gmail.com
COMMENT= Get weak or strong random data from pluggable sources
LICENSE= ART20
BUILD_DEPENDS= p5-Any-Moose>=0.11:${PORTSDIR}/devel/p5-Any-Moose \
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
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception \
p5-Test-use-ok>0:${PORTSDIR}/devel/p5-Test-use-ok
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
.include <bsd.port.mk>
|