2d864fb40a
- Updating package for p5 DateTime modules from 0.49 to 0.50 Upstream changes: 0.50 2009-05-11 - Tests were failing on Win32 because they attempted to use a negative epoch. Fixed so that these tests are skipped. Fixes RT #45966.
23 lines
723 B
Makefile
23 lines
723 B
Makefile
# $NetBSD: Makefile,v 1.17 2009/05/17 18:08:00 sno Exp $
|
|
|
|
DISTNAME= DateTime-0.50
|
|
PKGNAME= p5-${DISTNAME}00
|
|
CATEGORIES= time perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://datetime.perl.org/
|
|
COMMENT= Perl module for date/time sets and ranges
|
|
LICENSE= gnu-gpl-v2 # OR artistic
|
|
|
|
DEPENDS+= p5-DateTime-Locale>=0.41:../../time/p5-DateTime-Locale
|
|
DEPENDS+= p5-DateTime-TimeZone>=0.59:../../time/p5-DateTime-TimeZone
|
|
DEPENDS+= p5-Params-Validate>=0.76:../../devel/p5-Params-Validate
|
|
|
|
USE_LANGUAGES= c # installs C module
|
|
PERL5_PACKLIST= auto/DateTime/.packlist
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|