142d568788
Requested by Jens Rehsack in PR 39558. This module is a subclass of Pod::PlainText which provides additional POD markup for generating README files. Why should one bother with this? One can simply use pod2text Module.pm > README A problem with doing that is that the default pod2text converter will add text to links, so that "L<Module>" is translated to "the Module manpage"...
20 lines
561 B
Makefile
20 lines
561 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/11/09 13:05:37 obache Exp $
|
|
|
|
DISTNAME= Pod-Readme-0.09
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Pod-Readme/
|
|
COMMENT= Convert POD to README file
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-Regexp-Common>=0:../../textproc/p5-Regexp-Common
|
|
|
|
PERL5_PACKLIST= auto/Pod/Readme/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|