Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= Math-Random-MT-Auto |
8 |
PORTNAME= Math-Random-MT-Auto |
9 |
PORTVERSION= 5.02 |
9 |
PORTVERSION= 5.03 |
10 |
CATEGORIES= math perl5 |
10 |
CATEGORIES= math perl5 |
11 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
11 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
12 |
MASTER_SITE_SUBDIR= Math |
12 |
MASTER_SITE_SUBDIR= Math |
Lines 15-22
Link Here
|
15 |
MAINTAINER= gslin@gslin.org |
15 |
MAINTAINER= gslin@gslin.org |
16 |
COMMENT= Auto-seeded Mersenne Twister PRNGs |
16 |
COMMENT= Auto-seeded Mersenne Twister PRNGs |
17 |
|
17 |
|
18 |
RUN_DEPENDS= ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ |
18 |
RUN_DEPENDS= ${SITE_PERL}/Object/InsideOut.pm:${PORTSDIR}/devel/p5-Object-InsideOut \ |
19 |
${SITE_PERL}/Object/InsideOut.pm:${PORTSDIR}/devel/p5-Object-InsideOut |
19 |
p5-Exception-Class>=1.22:${PORTSDIR}/devel/p5-Exception-Class |
20 |
|
20 |
|
21 |
PERL_CONFIGURE= yes |
21 |
PERL_CONFIGURE= yes |
22 |
|
22 |
|
Lines 26-31
Link Here
|
26 |
|
26 |
|
27 |
.if ${PERL_LEVEL} < 500800 # Inherited from p5-Object-InsideOut |
27 |
.if ${PERL_LEVEL} < 500800 # Inherited from p5-Object-InsideOut |
28 |
IGNORE= requires perl 5.8 or later. Install lang/perl5.8 and try again |
28 |
IGNORE= requires perl 5.8 or later. Install lang/perl5.8 and try again |
|
|
29 |
.endif |
30 |
|
31 |
.if ${PERL_LEVEL} < 500808 |
32 |
RUN_DEPENDS+= p5-Scalar-List-Utils>=1.18:${PORTSDIR}/lang/p5-Scalar-List-Utils |
29 |
.endif |
33 |
.endif |
30 |
|
34 |
|
31 |
.include <bsd.port.post.mk> |
35 |
.include <bsd.port.post.mk> |