pkgsrc/time/p5-DateTime-Format-Pg/Makefile
sno 74257203dc PkgSrc changes:
- Updating package for p5 module of DateTime::Format::Pg from 1.6002
    to 1.6003
  - Setting license to gnu-gpl-v2

Upstream changes:
0.16003  Fri Mar 27 09:30:00 2009
    - Fix handling of BC (rt #44594). Patch by Jonas Lijegren.
2009-04-30 20:29:39 +00:00

22 lines
732 B
Makefile

# $NetBSD: Makefile,v 1.5 2009/04/30 20:29:39 sno Exp $
DISTNAME= DateTime-Format-Pg-0.16003
PKGNAME= p5-${DISTNAME}
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/DateTime-Format-Pg/
COMMENT= Parse and format PostgreSQL dates and times
LICENSE= gnu-gpl-v2 # OR artistic
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-DateTime>=0.10:../../time/p5-DateTime
DEPENDS+= p5-DateTime-Format-Builder>=0.72:../../time/p5-DateTime-Format-Builder
DEPENDS+= p5-DateTime-TimeZone>=0.05:../../time/p5-DateTime-TimeZone
PERL5_PACKLIST= auto/DateTime/Format/Pg/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"