- Updating package for p5 module DateTime::Set from 0.27 to 0.28 - Setting license to ${PERL5_LICENSE} according to module POD Upstream changes: 0.28 2009-07-19 - optimized DateTime::Set->as_list(). This works around a segfault reported by Nils Grunwald.
21 lines
609 B
Makefile
21 lines
609 B
Makefile
# $NetBSD: Makefile,v 1.9 2009/07/21 22:16:46 sno Exp $
|
|
|
|
DISTNAME= DateTime-Set-0.28
|
|
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-Set/
|
|
COMMENT= Perl module for date/time sets and ranges
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-DateTime>=0.12:../../time/p5-DateTime
|
|
DEPENDS+= p5-Set-Infinite>=0.59:../../math/p5-Set-Infinite
|
|
|
|
PERL5_PACKLIST= auto/DateTime/Set/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|