pkgsrc/textproc/po4a/Makefile
he b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00

30 lines
922 B
Makefile

# $NetBSD: Makefile,v 1.12 2008/10/19 19:19:00 he Exp $
#
DISTNAME= po4a-0.23
PKGREVISION= 5
CATEGORIES= textproc
MASTER_SITES= http://alioth.debian.org/download.php/1317/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://alioth.debian.org/projects/po4a/
COMMENT= Tool for using gettext where it was not intended to be used
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-gettext>=1.01:../../devel/p5-gettext
DEPENDS+= p5-SGMLS-[0-9]*:../../textproc/p5-SGMLS
DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
DEPENDS+= p5-Text-WrapI18N-[0-9]*:../../textproc/p5-Text-WrapI18N
USE_TOOLS+= pkg-config perl:run msgmerge:run msgfmt:run
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/po4a/.packlist
REPLACE_PERL= msguntypot po4a po4a-gettextize po4a-normalize \
po4a-translate po4a-updatepo
MAKE_ENV+= COLUMNS=76
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"