pkgsrc/time/p5-Rose-DateTime/Makefile
sno 5c12196c51 Updating time/p5-Rose-DateTime from 0.533nb1 to 0.534
Upstream changes:
0.534 (03.22.2010) - John Siracusa <siracusa@gmail.com>
    * Updated to avoid calling methods that were deprecated in
      DateTime::Locale version 0.44 and later.
2010-09-07 05:29:40 +00:00

25 lines
700 B
Makefile

# $NetBSD: Makefile,v 1.7 2010/09/07 05:29:40 sno Exp $
DISTNAME= Rose-DateTime-0.534
PKGNAME= p5-${DISTNAME}
#PKGREVISION= 1
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"