build the "faac" plugin of gst-plugins0.10-bad
[pkgsrc.git] / time / p5-DateTime / Makefile
1 # $NetBSD$
2
3 DISTNAME=       DateTime-0.25
4 PKGNAME=        p5-${DISTNAME}
5 CATEGORIES=     time perl5
6 MASTER_SITES=   ${MASTER_SITE_PERL_CPAN:=DateTime/}
7
8 MAINTAINER=     cube@NetBSD.org
9 HOMEPAGE=       http://datetime.perl.org/
10 COMMENT=        Perl module for date/time sets and ranges
11
12 DEPENDS+=       p5-Class-Factory-Util-[0-9]*:../../devel/p5-Class-Factory-Util
13 DEPENDS+=       p5-DateTime-TimeZone>=0.26:../../time/p5-DateTime-TimeZone
14 DEPENDS+=       p5-DateTime-Locale>=0.09:../../time/p5-DateTime-Locale
15 DEPENDS+=       p5-Params-Validate>=0.76:../../devel/p5-Params-Validate
16 DEPENDS+=       {perl>=5.8.1,p5-Test-Simple-[0-9]*}:../../devel/p5-Test-Simple
17
18 USE_BUILDLINK3= YES
19 PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/DateTime/.packlist
20
21 .include "../../lang/perl5/module.mk"
22 .include "../../mk/bsd.pkg.mk"