pkgsrc/time/p5-DateTime-Set/Makefile
hiramatsu a2ec192862 Update p5-DateTime-Set to 0.31.
Changes from previous:
0.31
- more tests of intersections with open/closed ended spans

0.30   2011-04-11
- new test file t/21from_recurrence.t
  Contributed by Olivier Mengue

0.29   2011-04-01
- new method is_empty_set - bug #50750
2011-10-15 15:17:06 +00:00

21 lines
616 B
Makefile

# $NetBSD: Makefile,v 1.12 2011/10/15 15:17:06 hiramatsu Exp $
DISTNAME= DateTime-Set-0.31
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"