Import p5-Pod-Simple-3.02.
Pod::Simple is a Perl library for parsing text in the Pod ("plain old documentation") markup language that is typically used for writing documentation for Perl and for Perl modules. Pod formatters can use Pod::Simple to parse Pod documents into produce renderings of them in plain ASCII, in HTML, or in any number of other formats.
This commit is contained in:
parent
098ade0167
commit
d0c0c32e9e
4 changed files with 29 additions and 0 deletions
7
textproc/p5-Pod-Simple/DESCR
Normal file
7
textproc/p5-Pod-Simple/DESCR
Normal file
|
@ -0,0 +1,7 @@
|
|||
Pod::Simple is a Perl library for parsing text in the Pod ("plain
|
||||
old documentation") markup language that is typically used for
|
||||
writing documentation for Perl and for Perl modules.
|
||||
|
||||
Pod formatters can use Pod::Simple to parse Pod documents into
|
||||
produce renderings of them in plain ASCII, in HTML, or in any number
|
||||
of other formats.
|
17
textproc/p5-Pod-Simple/Makefile
Normal file
17
textproc/p5-Pod-Simple/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2004/09/26 04:41:03 epg Exp $
|
||||
|
||||
DISTNAME= Pod-Simple-3.02
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
|
||||
|
||||
MAINTAINER= tech-pkg@NetBSD.org
|
||||
COMMENT= Simple framework for parsing Pod
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
||||
USE_BUILDLINK3= YES
|
||||
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Pod/Simple/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
textproc/p5-Pod-Simple/PLIST
Normal file
1
textproc/p5-Pod-Simple/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2004/09/26 04:41:03 epg Exp $
|
4
textproc/p5-Pod-Simple/distinfo
Normal file
4
textproc/p5-Pod-Simple/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2004/09/26 04:41:03 epg Exp $
|
||||
|
||||
SHA1 (Pod-Simple-3.02.tar.gz) = 4cd8dfdc30eef20accde0465af2a49f62471103c
|
||||
Size (Pod-Simple-3.02.tar.gz) = 252317 bytes
|
Loading…
Reference in a new issue