pkgsrc/time/p5-DateTime-Format-HTTP/Makefile
sno 7a9d695136 PkgSrc changes:
- Updating package for p5 module of DateTime::Format::HTTP from 0.37 to 0.38
  - Setting license to gnu-gpl-v2

Upstream changes:
0.38  2009-04-05
- No code changes from previous versions.
- Shut up the verbose diagnostic output from the tests.
- Fixed various bugs in the Build.PL, and generally modernized the
  distro tarball. Hopefully this will fix problems some cpan testers
  were seeing.
2009-05-01 21:08:41 +00:00

22 lines
655 B
Makefile

# $NetBSD: Makefile,v 1.2 2009/05/01 21:08:41 sno Exp $
DISTNAME= DateTime-Format-HTTP-0.38
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-HTTP/
COMMENT= Deal with date formats used by HTTP
LICENSE= gnu-gpl-v2 # OR artistic
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-DateTime>=0.17:../../time/p5-DateTime
DEPENDS+= p5-libwww>=1.44:../../www/p5-libwww
PERL5_PACKLIST= auto/DateTime/Format/HTTP/.packlist
PERL5_MODULE_TYPE= Module::Build
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"