blob: 571c407ee8fb2862539c1295a79c7e48265aec5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $NetBSD: Makefile,v 1.2 2009/05/01 21:04:14 sno Exp $
DISTNAME= DateTime-Format-Flexible-0.08
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::Flexible
COMMENT= Flexibly parse strings and turn them into DateTime objects
LICENSE= gnu-gpl-v2 # OR artistic
DEPENDS+= p5-DateTime>=0:../../time/p5-DateTime
DEPENDS+= p5-DateTime-Format-Builder>=0.74:../../time/p5-DateTime-Format-Builder
DEPENDS+= p5-DateTime-TimeZone-[0-9]*:../../time/p5-DateTime-TimeZone
DEPENDS+= p5-Readonly>=0.06:../../devel/p5-Readonly
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= #
PERL5_PACKLIST= auto/DateTime/Format/Flexible/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
|