pkgsrc/time/p5-DateTimeX-Easy/Makefile
wiz 1bd0acd94e Update to 0.089, update dependencies.
0.089:
    - Non-development release without DateManip dependency

0.088_1:
    - Remove DateTime::Format::DateManip from dependencies due to instability in that package and its dependencies (thanks jjn1056)
2010-09-19 11:29:41 +00:00

29 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.7 2010/09/19 11:29:41 wiz Exp $
DISTNAME= DateTimeX-Easy-0.089
PKGNAME= p5-${DISTNAME}
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTimeX/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/perldoc?DateTimeX::Easy
COMMENT= Parse a date/time string using the best method available
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
DEPENDS+= p5-DateTime-Format-Flexible-[0-9]*:../../time/p5-DateTime-Format-Flexible
DEPENDS+= p5-DateTime-Format-ICal-[0-9]*:../../time/p5-DateTime-Format-ICal
DEPENDS+= p5-DateTime-Format-Natural-[0-9]*:../../time/p5-DateTime-Format-Natural
DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils
DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate
BUILD_DEPENDS+= p5-Test-Most>0:../../devel/p5-Test-Most
PERL5_MODULE_TYPE= Module::Install::Bundled
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= #
PERL5_PACKLIST= auto/DateTimeX/Easy/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"