b33d2bfbfc
Approved by MAINTAINER. Pkgsrc changes: - set MAINTAINER to pkgsrc-users@ on (previous) MAINTAINER's request Upstream changes: 0.27 2009-04-02 - fixed DateTime::Spanset duration() method. Reported by Anton Berezin <tobez@tobez.org> 0.26 2008-12-25 - fixed DateTime::Spanset current() and set_time_zone() methods. Report and tests by Elliot Shank.
20 lines
583 B
Makefile
20 lines
583 B
Makefile
# $NetBSD: Makefile,v 1.8 2009/05/03 16:27:28 seb Exp $
|
|
|
|
DISTNAME= DateTime-Set-0.27
|
|
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
|
|
|
|
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"
|