diff options
author | lth <lth@FreeBSD.org> | 2013-08-31 19:31:30 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2013-08-31 19:31:30 +0800 |
commit | b9577fd9863fe2291049a6016dc18c3a5425dd6e (patch) | |
tree | b5a43005f6b34de217b1aefa4818f236fbe93eca /textproc | |
parent | 76dc14fe840cf81de6e2b4cd002d0203f490f718 (diff) | |
download | freebsd-ports-gnome-b9577fd9863fe2291049a6016dc18c3a5425dd6e.tar.gz freebsd-ports-gnome-b9577fd9863fe2291049a6016dc18c3a5425dd6e.tar.zst freebsd-ports-gnome-b9577fd9863fe2291049a6016dc18c3a5425dd6e.zip |
Add p5-Pod-Readme 0.11, convert POD to README file.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Pod-Readme/Makefile | 21 | ||||
-rw-r--r-- | textproc/p5-Pod-Readme/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-Pod-Readme/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/p5-Pod-Readme/pkg-plist | 6 |
5 files changed, 34 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index ad1f300f4c0e..a645699f0d74 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -669,6 +669,7 @@ SUBDIR += p5-Pod-Parser SUBDIR += p5-Pod-Perldoc SUBDIR += p5-Pod-ProjectDocs + SUBDIR += p5-Pod-Readme SUBDIR += p5-Pod-Simple SUBDIR += p5-Pod-Spell SUBDIR += p5-Pod-Strip diff --git a/textproc/p5-Pod-Readme/Makefile b/textproc/p5-Pod-Readme/Makefile new file mode 100644 index 000000000000..0671efd3ecd4 --- /dev/null +++ b/textproc/p5-Pod-Readme/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= Pod-Readme +PORTVERSION= 0.11 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= lth@FreeBSD.org +COMMENT= Convert POD to README file + +BUILD_DEPENDS= p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +MAN1= pod2readme.1 +MAN3= Pod::Readme.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-Pod-Readme/distinfo b/textproc/p5-Pod-Readme/distinfo new file mode 100644 index 000000000000..12257fa20aaf --- /dev/null +++ b/textproc/p5-Pod-Readme/distinfo @@ -0,0 +1,2 @@ +SHA256 (Pod-Readme-0.11.tar.gz) = 0d747b6ec2fda18c58ca8855f9923f8aad035e0ca7712153e1765f78dbb41ae9 +SIZE (Pod-Readme-0.11.tar.gz) = 8022 diff --git a/textproc/p5-Pod-Readme/pkg-descr b/textproc/p5-Pod-Readme/pkg-descr new file mode 100644 index 000000000000..0b2e50e682df --- /dev/null +++ b/textproc/p5-Pod-Readme/pkg-descr @@ -0,0 +1,4 @@ +This module is a subclass of Pod::PlainText which provides additional +POD markup for generating README files. + +WWW: http://search.cpan.org/dist/Pod-Readme/ diff --git a/textproc/p5-Pod-Readme/pkg-plist b/textproc/p5-Pod-Readme/pkg-plist new file mode 100644 index 000000000000..e620b0cc1085 --- /dev/null +++ b/textproc/p5-Pod-Readme/pkg-plist @@ -0,0 +1,6 @@ +bin/pod2readme +%%SITE_PERL%%/Pod/Readme.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Readme/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Readme +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod +@dirrmtry %%SITE_PERL%%/Pod |