summaryrefslogtreecommitdiff
path: root/time/p5-Date-Extract/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'time/p5-Date-Extract/Makefile')
-rw-r--r--time/p5-Date-Extract/Makefile20
1 files changed, 20 insertions, 0 deletions
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"