diff options
author | ryoon <ryoon> | 2014-01-01 03:17:35 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2014-01-01 03:17:35 +0000 |
commit | d33b35462ab60b1fab1d5e209e12ab23b5d906e9 (patch) | |
tree | e6d3c9ee370ec220597503636209c559bdf38d1b /time | |
parent | 9a2c7f6c5366d67a1006e03464df7c728b6bd025 (diff) | |
download | pkgsrc-d33b35462ab60b1fab1d5e209e12ab23b5d906e9.tar.gz |
Import p5-Date-Extract-0.04 as time/p5-Date-Extract.
Perl 5 module to extract probable dates from strings.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-Date-Extract/DESCR | 1 | ||||
-rw-r--r-- | time/p5-Date-Extract/Makefile | 20 | ||||
-rw-r--r-- | time/p5-Date-Extract/distinfo | 5 |
3 files changed, 26 insertions, 0 deletions
diff --git a/time/p5-Date-Extract/DESCR b/time/p5-Date-Extract/DESCR new file mode 100644 index 00000000000..a8e4aa379cd --- /dev/null +++ b/time/p5-Date-Extract/DESCR @@ -0,0 +1 @@ +Perl 5 module to extract probable dates from strings. diff --git a/time/p5-Date-Extract/Makefile b/time/p5-Date-Extract/Makefile new file mode 100644 index 00000000000..87e159109ab --- /dev/null +++ b/time/p5-Date-Extract/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2014/01/01 03:17:35 ryoon Exp $ + +DISTNAME= Date-Extract-0.04 +PKGNAME= p5-${DISTNAME} +CATEGORIES= time +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/} + +MAINTAINER= ryoon@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Date-Extract/ +COMMENT= Perl 5 module to extract probable dates from strings +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-Test-MockTime-[0-9]*:../../time/p5-Test-MockTime +DEPENDS+= p5-DateTime-Format-Natural-[0-9]*:../../time/p5-DateTime-Format-Natural +DEPENDS+= p5-Class-Data-Inheritable-[0-9]*:../../devel/p5-Class-Data-Inheritable + +PERL5_PACKLIST= auto/Date/Extract/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/time/p5-Date-Extract/distinfo b/time/p5-Date-Extract/distinfo new file mode 100644 index 00000000000..ca0a4186214 --- /dev/null +++ b/time/p5-Date-Extract/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/01/01 03:17:35 ryoon Exp $ + +SHA1 (Date-Extract-0.04.tar.gz) = fdb80476770f8bc0f540498ec5a16439211cc97d +RMD160 (Date-Extract-0.04.tar.gz) = 2ab6429259345b5e7a848b8cef2600d2c58cec4c +Size (Date-Extract-0.04.tar.gz) = 27262 bytes |