pkgsrc/textproc/po4a/Makefile
seb c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

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=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00

30 lines
914 B
Makefile

# $NetBSD: Makefile,v 1.14 2010/08/21 16:36:20 seb Exp $
#
DISTNAME= po4a-0.23
PKGREVISION= 6
CATEGORIES= textproc
MASTER_SITES= http://alioth.debian.org/download.php/1317/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://po4a.alioth.debian.org/
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"