pkgsrc/time/p5-Rose-DateTime/Makefile
rhaen c3e9a169f3 Updated to 0.537
Changes:

0.537 (05.04.2011) - John Siracusa <siracusa@gmail.com>

    * Well that was fast.  DateTime 0.69 fixes RT 67928.  Tests updated.

0.536 (05.03.2011) - John Siracusa <siracusa@gmail.com>

    * Account for changes in DateTime 0.67 and later and work around
      http://rt.cpan.org/Public/Bug/Display.html?id=67928

0.535 (01.24.2010) - John Siracusa <siracusa@gmail.com>

    * Handle pre-0.4 version of DateTime::Locale.  (RT 65070)
2012-01-26 19:18:26 +00:00

24 lines
686 B
Makefile

# $NetBSD: Makefile,v 1.9 2012/01/26 19:18:26 rhaen Exp $
DISTNAME= Rose-DateTime-0.537
PKGNAME= p5-${DISTNAME}
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/}
MAINTAINER= abs@absd.org
HOMEPAGE= http://search.cpan.org/dist/Rose-DateTime/
COMMENT= DateTime helper functions and objects for Rose
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Rose-Object>=0.82:../../devel/p5-Rose-Object
DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
PERL5_PACKLIST= auto/Rose/DateTime/.packlist
post-extract:
${FIND} ${WRKSRC} -name "*.pm" -type f -exec ${CHMOD} -x {} \;
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"