pkgsrc/textproc/po4a/Makefile
he bf28c55d38 Add patch-ac to import fixes from newer po4a to make newish perl
not emit warnings and errors for now-deprecated constructs.
Add comments to the existing patch files.
Bump PKGREVISION.
2011-11-30 10:13:38 +00:00

30 lines
913 B
Makefile

# $NetBSD: Makefile,v 1.16 2011/11/30 10:13:38 he Exp $
#
DISTNAME= po4a-0.23
PKGREVISION= 8
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"