Lines 6-24
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= DateTime |
8 |
PORTNAME= DateTime |
9 |
PORTVERSION= 0.15 |
9 |
PORTVERSION= 0.16 |
10 |
CATEGORIES= devel perl5 |
10 |
CATEGORIES= devel perl5 |
11 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
11 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
12 |
MASTER_SITE_SUBDIR= DateTime |
12 |
MASTER_SITE_SUBDIR= DateTime |
13 |
PKGNAMEPREFIX= p5- |
13 |
PKGNAMEPREFIX= p5- |
14 |
DISTNAME= ${PORTNAME}-${PORTVERSION}02 |
14 |
DISTNAME= ${PORTNAME}-${PORTVERSION}01 |
15 |
|
15 |
|
16 |
MAINTAINER= m@absolight.net |
16 |
MAINTAINER= m@absolight.net |
17 |
COMMENT= A date and time object |
17 |
COMMENT= A date and time object |
18 |
|
18 |
|
19 |
RUN_DEPENDS= ${SITE_PERL}/Class/Factory/Util.pm:${PORTSDIR}/devel/p5-Class-Factory-Util \ |
19 |
RUN_DEPENDS= ${SITE_PERL}/Class/Factory/Util.pm:${PORTSDIR}/devel/p5-Class-Factory-Util \ |
20 |
${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ |
20 |
${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ |
21 |
${SITE_PERL}/DateTime/LeapSecond.pm:${PORTSDIR}/devel/p5-DateTime-LeapSecond \ |
|
|
22 |
${SITE_PERL}/DateTime/TimeZone.pm:${PORTSDIR}/devel/p5-DateTime-TimeZone \ |
21 |
${SITE_PERL}/DateTime/TimeZone.pm:${PORTSDIR}/devel/p5-DateTime-TimeZone \ |
23 |
${SITE_PERL}/DateTime/Locale.pm:${PORTSDIR}/devel/p5-DateTime-Locale \ |
22 |
${SITE_PERL}/DateTime/Locale.pm:${PORTSDIR}/devel/p5-DateTime-Locale \ |
24 |
${SITE_PERL}/Time/Local.pm:${PORTSDIR}/devel/p5-Time-Local |
23 |
${SITE_PERL}/Time/Local.pm:${PORTSDIR}/devel/p5-Time-Local |
Lines 28-33
Link Here
|
28 |
PERL_CONFIGURE= yes |
27 |
PERL_CONFIGURE= yes |
29 |
|
28 |
|
30 |
MAN3= DateTime.3 DateTime::Duration.3 \ |
29 |
MAN3= DateTime.3 DateTime::Duration.3 \ |
31 |
DateTime::Infinite.3 |
30 |
DateTime::Infinite.3 DateTime::LeapSecond.3 |
32 |
|
31 |
|
33 |
.include <bsd.port.mk> |
32 |
.include <bsd.port.mk> |