eee0e32327
Upstream changes: 0.32 2013-08-27 - ignore duration signal in DateTime::Span->from_datetime_and_duration() and use the 'end'/'start' parameters as a cue for the time direction, suggested by David Pottage - more tests of intersections with open/closed ended spans
19 lines
575 B
Makefile
19 lines
575 B
Makefile
# $NetBSD: Makefile,v 1.16 2013/08/30 14:26:35 wen Exp $
|
|
|
|
DISTNAME= DateTime-Set-0.32
|
|
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}
|
|
|
|
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"
|