91a0aec892
textproc/p5-POD2-Base as dependency of scheduled update of editors/p5-Padre to 0.69. This module is an abstraction of the code in POD2::IT and POD2::FR. These modules belong to the Italian and the French translation projects of core Perl pods. Once a translation package had been installed, the translated documentation can be accessed with: $ perldoc POD2::<lang>::<podname> (where <lang> is a language abbreviation like IT, FR, TLH, etc.) To improve the support to read translated docs, the perldoc utility (since version 3.14_01) was updated to find translated PODs via: $ perldoc -L IT <podpage> $ perldoc -L FR -f <function> $ perldoc -L TH -q <FAQregex>
20 lines
529 B
Makefile
20 lines
529 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/08/20 06:45:55 sno Exp $
|
|
#
|
|
|
|
DISTNAME= POD2-Base-0.043
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/POD2-Base/
|
|
COMMENT= Base module for translations of Perl documentation
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
USE_LANGUAGES= # empty
|
|
|
|
PERL5_PACKLIST= auto/POD2/Base/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|