Import perl module Module::Install::ReadmeFromPod, which is required
to update databases/p5-DBIx-Class-EncodedColumn. Module::Install::ReadmeFromPod is a Module::Install extension that generates a "README" file automatically from an indicated file containing POD, whenever the author runs "Makefile.PL".
This commit is contained in:
parent
b59a6642f5
commit
cdb40ef4f2
3 changed files with 31 additions and 0 deletions
3
devel/p5-Module-Install-ReadmeFromPod/DESCR
Normal file
3
devel/p5-Module-Install-ReadmeFromPod/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
Module::Install::ReadmeFromPod is a Module::Install extension that
|
||||
generates a "README" file automatically from an indicated file
|
||||
containing POD, whenever the author runs "Makefile.PL".
|
23
devel/p5-Module-Install-ReadmeFromPod/Makefile
Normal file
23
devel/p5-Module-Install-ReadmeFromPod/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/11/12 00:46:18 hiramatsu Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Module-Install-ReadmeFromPod-0.12
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Module-Install-ReadmeFromPod/
|
||||
COMMENT= Module::Install extension to automatically convert POD to a README
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
DEPENDS+= p5-Capture-Tiny>=0.05:../../devel/p5-Capture-Tiny
|
||||
DEPENDS+= p5-Module-Install>=0.85:../../devel/p5-Module-Install
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/Module/Install/ReadmeFromPod/.packlist
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
devel/p5-Module-Install-ReadmeFromPod/distinfo
Normal file
5
devel/p5-Module-Install-ReadmeFromPod/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/11/12 00:46:18 hiramatsu Exp $
|
||||
|
||||
SHA1 (Module-Install-ReadmeFromPod-0.12.tar.gz) = 72ce21f52bf57ffee7bf67f60b0bc65e5e99392b
|
||||
RMD160 (Module-Install-ReadmeFromPod-0.12.tar.gz) = 6b37e3b83020a62d9722d43b1f14378de2710d10
|
||||
Size (Module-Install-ReadmeFromPod-0.12.tar.gz) = 27938 bytes
|
Loading…
Reference in a new issue