diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-04-03 14:33:56 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-04-03 14:33:56 +0000 |
commit | 86707ef780b8d458e7f0e7ae622bc2477aa28566 (patch) | |
tree | 0413088c31180e654cf0e0c920a20cadcaee964a /devel/p5-DateTime-Format-Builder | |
parent | 912f8bf3800327836a5bdd1d759a3856dd76bc96 (diff) | |
download | ports-86707ef780b8d458e7f0e7ae622bc2477aa28566.tar.gz ports-86707ef780b8d458e7f0e7ae622bc2477aa28566.zip |
Notes
Diffstat (limited to 'devel/p5-DateTime-Format-Builder')
-rw-r--r-- | devel/p5-DateTime-Format-Builder/Makefile | 13 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-Builder/pkg-descr | 4 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-Builder/pkg-plist | 16 |
3 files changed, 17 insertions, 16 deletions
diff --git a/devel/p5-DateTime-Format-Builder/Makefile b/devel/p5-DateTime-Format-Builder/Makefile index fc890938ad8c..416b4d030c89 100644 --- a/devel/p5-DateTime-Format-Builder/Makefile +++ b/devel/p5-DateTime-Format-Builder/Makefile @@ -7,20 +7,21 @@ PORTNAME= DateTime-Format-Builder PORTVERSION= 0.79.01 -DISTVERSION= ${PORTVERSION:C/\.(..)$/\1/} +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= mat@FreeBSD.org COMMENT= Create DateTime parser classes and objects +RUN_DEPENDS= p5-Class-Factory-Util>=1.6:${PORTSDIR}/devel/p5-Class-Factory-Util \ + p5-DateTime>=0.12:${PORTSDIR}/devel/p5-DateTime \ + p5-DateTime-Format-Strptime>=1.04:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \ + p5-Params-Validate>=0.72:${PORTSDIR}/devel/p5-Params-Validate \ + p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ - ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ - ${SITE_PERL}/Class/Factory/Util.pm:${PORTSDIR}/devel/p5-Class-Factory-Util \ - ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ - ${SITE_PERL}/DateTime/Format/Strptime.pm:${PORTSDIR}/devel/p5-DateTime-Format-Strptime PERL_MODBUILD= yes diff --git a/devel/p5-DateTime-Format-Builder/pkg-descr b/devel/p5-DateTime-Format-Builder/pkg-descr index 08eadb73a35c..2654e2b8dbb9 100644 --- a/devel/p5-DateTime-Format-Builder/pkg-descr +++ b/devel/p5-DateTime-Format-Builder/pkg-descr @@ -6,6 +6,6 @@ without writing reams of structural code. Builder provides a number of methods, most of which you'll never need, or at least rarely need. They're provided more for exposing of the module's innards to any subclasses, or for when you need to do something slightly beyond what I -expected. +expected. -WWW: http://datetime.perl.org/ +WWW: http://search.cpan.org/dist/DateTime-Format-Builder/ diff --git a/devel/p5-DateTime-Format-Builder/pkg-plist b/devel/p5-DateTime-Format-Builder/pkg-plist index 5b33b27bf96d..394e14c2fada 100644 --- a/devel/p5-DateTime-Format-Builder/pkg-plist +++ b/devel/p5-DateTime-Format-Builder/pkg-plist @@ -7,14 +7,14 @@ %%SITE_PERL%%/DateTime/Format/Builder/Parser/Strptime.pm %%SITE_PERL%%/DateTime/Format/Builder/Parser/generic.pm %%SITE_PERL%%/DateTime/Format/Builder/Tutorial.pod -%%PORTDOCS%%%%EXAMPLESDIR%%/Apache.pm -%%PORTDOCS%%%%EXAMPLESDIR%%/Fall.pm -%%PORTDOCS%%%%EXAMPLESDIR%%/ICal.pm -%%PORTDOCS%%%%EXAMPLESDIR%%/MySQL.pm -%%PORTDOCS%%%%EXAMPLESDIR%%/Simple.pm -%%PORTDOCS%%%%EXAMPLESDIR%%/Tivoli.pm -%%PORTDOCS%%%%EXAMPLESDIR%%/W3CDTF.pm -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Apache.pm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Fall.pm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ICal.pm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MySQL.pm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Simple.pm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Tivoli.pm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/W3CDTF.pm +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% @dirrm %%SITE_PERL%%/DateTime/Format/Builder/Parser @dirrm %%SITE_PERL%%/DateTime/Format/Builder @dirrmtry %%SITE_PERL%%/DateTime/Format |