Import of pkgsrc-2014Q1

This commit is contained in:
2014-11-05 12:41:07 +01:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions
+20
View File
@@ -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"