View | Details | Raw Unified | Return to bug 129423
Collapse All | Expand All

(-)Makefile (-6 / +6 lines)
Lines 7-26 Link Here
7
7
8
PORTNAME=	DateTime-Format-Builder
8
PORTNAME=	DateTime-Format-Builder
9
PORTVERSION=	0.79.01
9
PORTVERSION=	0.79.01
10
DISTVERSION=	${PORTVERSION:C/\.(..)$/\1/}
10
PORTREVISION=	1
11
CATEGORIES=	devel perl5
11
CATEGORIES=	devel perl5
12
MASTER_SITES=	CPAN
12
MASTER_SITES=	CPAN
13
PKGNAMEPREFIX=	p5-
13
PKGNAMEPREFIX=	p5-
14
DISTNAME=	${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
14
15
15
MAINTAINER=	mat@FreeBSD.org
16
MAINTAINER=	mat@FreeBSD.org
16
COMMENT=	Create DateTime parser classes and objects
17
COMMENT=	Create DateTime parser classes and objects
17
18
19
RUN_DEPENDS=	p5-Class-Factory-Util>=1.6:${PORTSDIR}/devel/p5-Class-Factory-Util \
20
		p5-DateTime>=0.12:${PORTSDIR}/devel/p5-DateTime \
21
		p5-DateTime-Format-Strptime>=1.04:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \
22
		p5-Params-Validate>=0.72:${PORTSDIR}/devel/p5-Params-Validate
18
BUILD_DEPENDS=	${RUN_DEPENDS}
23
BUILD_DEPENDS=	${RUN_DEPENDS}
19
RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \
20
		${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
21
		${SITE_PERL}/Class/Factory/Util.pm:${PORTSDIR}/devel/p5-Class-Factory-Util \
22
		${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
23
		${SITE_PERL}/DateTime/Format/Strptime.pm:${PORTSDIR}/devel/p5-DateTime-Format-Strptime
24
24
25
PERL_MODBUILD=	yes
25
PERL_MODBUILD=	yes
26
26
(-)pkg-descr (-1 / +1 lines)
Lines 8-11 Link Here
8
to any subclasses, or for when you need to do something slightly beyond what I
8
to any subclasses, or for when you need to do something slightly beyond what I
9
expected. 
9
expected. 
10
10
11
WWW: http://datetime.perl.org/
11
WWW: http://search.cpan.org/dist/DateTime-Format-Builder/
(-)pkg-plist (-8 / +8 lines)
Lines 7-20 Link Here
7
%%SITE_PERL%%/DateTime/Format/Builder/Parser/Strptime.pm
7
%%SITE_PERL%%/DateTime/Format/Builder/Parser/Strptime.pm
8
%%SITE_PERL%%/DateTime/Format/Builder/Parser/generic.pm
8
%%SITE_PERL%%/DateTime/Format/Builder/Parser/generic.pm
9
%%SITE_PERL%%/DateTime/Format/Builder/Tutorial.pod
9
%%SITE_PERL%%/DateTime/Format/Builder/Tutorial.pod
10
%%PORTDOCS%%%%EXAMPLESDIR%%/Apache.pm
10
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Apache.pm
11
%%PORTDOCS%%%%EXAMPLESDIR%%/Fall.pm
11
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Fall.pm
12
%%PORTDOCS%%%%EXAMPLESDIR%%/ICal.pm
12
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ICal.pm
13
%%PORTDOCS%%%%EXAMPLESDIR%%/MySQL.pm
13
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MySQL.pm
14
%%PORTDOCS%%%%EXAMPLESDIR%%/Simple.pm
14
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Simple.pm
15
%%PORTDOCS%%%%EXAMPLESDIR%%/Tivoli.pm
15
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Tivoli.pm
16
%%PORTDOCS%%%%EXAMPLESDIR%%/W3CDTF.pm
16
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/W3CDTF.pm
17
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
17
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
18
@dirrm %%SITE_PERL%%/DateTime/Format/Builder/Parser
18
@dirrm %%SITE_PERL%%/DateTime/Format/Builder/Parser
19
@dirrm %%SITE_PERL%%/DateTime/Format/Builder
19
@dirrm %%SITE_PERL%%/DateTime/Format/Builder
20
@dirrmtry %%SITE_PERL%%/DateTime/Format
20
@dirrmtry %%SITE_PERL%%/DateTime/Format

Return to bug 129423