Add files from parent branch HEAD:
[pkgsrcv2.git] / time / p5-DateTime-Format-SQLite / Makefile
1 # $NetBSD: Makefile,v 1.1.1.1 2009/07/07 17:45:42 sno Exp $
2
3 DISTNAME=       DateTime-Format-SQLite-0.11
4 PKGNAME=        p5-${DISTNAME}
5 CATEGORIES=     time perl5
6 MASTER_SITES=   ${MASTER_SITE_PERL_CPAN:=DateTime/}
7
8 MAINTAINER=     pkgsrc-users@NetBSD.org
9 HOMEPAGE=       http://search.cpan.org/dist/DateTime-Format-SQLite/
10 COMMENT=        Parse and format SQLite dates and times
11 LICENSE=        ${PERL5_LICENSE}
12
13 PKG_DESTDIR_SUPPORT=    user-destdir
14
15 DEPENDS+=       p5-DateTime>=0.10:../../time/p5-DateTime
16 DEPENDS+=       p5-DateTime-Format-Builder>=0.60:../../time/p5-DateTime-Format-Builder
17
18 PERL5_PACKLIST=         auto/DateTime/Format/SQLite/.packlist
19
20 .include "../../lang/perl5/module.mk"
21 .include "../../mk/bsd.pkg.mk"