# $NetBSD: Makefile,v 1.17 2009/05/17 18:08:00 sno Exp $ DISTNAME= DateTime-0.50 PKGNAME= p5-${DISTNAME}00 CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://datetime.perl.org/ COMMENT= Perl module for date/time sets and ranges LICENSE= gnu-gpl-v2 # OR artistic DEPENDS+= p5-DateTime-Locale>=0.41:../../time/p5-DateTime-Locale DEPENDS+= p5-DateTime-TimeZone>=0.59:../../time/p5-DateTime-TimeZone DEPENDS+= p5-Params-Validate>=0.76:../../devel/p5-Params-Validate USE_LANGUAGES= c # installs C module PERL5_PACKLIST= auto/DateTime/.packlist PKG_DESTDIR_SUPPORT= user-destdir .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk"