diff options
author | abs <abs@pkgsrc.org> | 2009-02-13 23:48:50 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2009-02-13 23:48:50 +0000 |
commit | 1ab51dd11266c2d1e3d8075cc5d1a84101b52d3d (patch) | |
tree | 2be14c44add0dfd3cf1d8174deac9f9a3a9e31b3 /time | |
parent | 24efc327b6f70ebe6a44b06555da8280118d05a2 (diff) | |
download | pkgsrc-1ab51dd11266c2d1e3d8075cc5d1a84101b52d3d.tar.gz |
Added time/p5-DateTime-Format-Natural version 0.74
DateTime::Format::Natural takes a string with a human readable
date/time and creates a machine readable one by applying natural
parsing logic.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime-Format-Natural/DESCR | 3 | ||||
-rw-r--r-- | time/p5-DateTime-Format-Natural/Makefile | 26 | ||||
-rw-r--r-- | time/p5-DateTime-Format-Natural/distinfo | 5 |
3 files changed, 34 insertions, 0 deletions
diff --git a/time/p5-DateTime-Format-Natural/DESCR b/time/p5-DateTime-Format-Natural/DESCR new file mode 100644 index 00000000000..36848bdfcb1 --- /dev/null +++ b/time/p5-DateTime-Format-Natural/DESCR @@ -0,0 +1,3 @@ +DateTime::Format::Natural takes a string with a human readable +date/time and creates a machine readable one by applying natural +parsing logic. diff --git a/time/p5-DateTime-Format-Natural/Makefile b/time/p5-DateTime-Format-Natural/Makefile new file mode 100644 index 00000000000..298b9ed308e --- /dev/null +++ b/time/p5-DateTime-Format-Natural/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/02/13 23:48:50 abs Exp $ + +DISTNAME= DateTime-Format-Natural-0.74 +PKGNAME= p5-${DISTNAME} +CATEGORIES= time perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/perldoc?DateTime::Format::Natural +COMMENT= Create machine readable date/time with natural parsing logic + +DEPENDS+= p5-boolean>=0:../../devel/p5-boolean +DEPENDS+= p5-Date-Calc>=0:../../time/p5-Date-Calc +DEPENDS+= p5-DateTime>=0:../../time/p5-DateTime +DEPENDS+= p5-List-MoreUtils>=0:../../devel/p5-List-MoreUtils +DEPENDS+= p5-Params-Validate>=0:../../devel/p5-Params-Validate +DEPENDS+= p5-Term-ReadLine>=1.16:../../devel/p5-Term-ReadLine + +PERL5_MODULE_TYPE= Module::Build +PKG_DESTDIR_SUPPORT= user-destdir +USE_LANGUAGES= # + +PERL5_PACKLIST= auto/DateTime/Format/Natural/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/time/p5-DateTime-Format-Natural/distinfo b/time/p5-DateTime-Format-Natural/distinfo new file mode 100644 index 00000000000..8888f5cc72c --- /dev/null +++ b/time/p5-DateTime-Format-Natural/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/02/13 23:48:50 abs Exp $ + +SHA1 (DateTime-Format-Natural-0.74.tar.gz) = 4ac80701f526f606be45bc4b9b0be32951fb02c6 +RMD160 (DateTime-Format-Natural-0.74.tar.gz) = 7214f715b78ccc967db522e2421a519553f1b777 +Size (DateTime-Format-Natural-0.74.tar.gz) = 25919 bytes |