pkgsrc/misc/p5-Locale-Maketext-Fuzzy/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

21 lines
598 B
Makefile

# $NetBSD: Makefile,v 1.5 2005/08/06 06:19:24 jlam Exp $
#
DISTNAME= Locale-Maketext-Fuzzy-0.02
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/}
MAINTAINER= dieter.NetBSD@pandora.be
COMMENT= Maketext from already interpolated strings
DEPENDS+= {perl>=5.8.0,perl-thread>=5.8.0,p5-Locale-Maketext-[0-8]*}:../../misc/p5-Locale-Maketext
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Locale/Maketext/Fuzzy/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"