pkgsrc/time/p5-DateTime-Format-DateParse/Makefile
abs a8b0a05bef Added time/p5-DateTime-Format-DateParse version 0.04
This module is a compatibility wrapper around Date::Parse.

It accepts no arguments to its import method and exports no symbols.
2009-02-13 23:09:02 +00:00

23 lines
739 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/02/13 23:09:02 abs Exp $
DISTNAME= DateTime-Format-DateParse-0.04
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::DateParse
COMMENT= Parses Date::Parse compatible formats
DEPENDS+= p5-DateTime>=0.29:../../time/p5-DateTime
DEPENDS+= p5-DateTime-TimeZone>=0.27:../../time/p5-DateTime-TimeZone
DEPENDS+= p5-TimeDate>=1.16:../../time/p5-TimeDate
PERL5_MODULE_TYPE= Module::Build
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= #
PERL5_PACKLIST= auto/DateTime/Format/DateParse/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"