pkgsrc/time/p5-DateTime-Locale/Makefile
jlam 7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00

19 lines
529 B
Makefile

# $NetBSD: Makefile,v 1.5 2005/08/06 06:19:35 jlam Exp $
DISTNAME= DateTime-Locale-0.09
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
MAINTAINER= cube@NetBSD.org
HOMEPAGE= http://datetime.perl.org/
COMMENT= Localization data for p5-DateTime
DEPENDS+= p5-Params-Validate-[0-9]*:../../devel/p5-Params-Validate
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/DateTime/Locale/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"