aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2018-11-29 03:17:29 +0800
committersunpoet <sunpoet@FreeBSD.org>2018-11-29 03:17:29 +0800
commit13bebffad7256e32285a8a98a3fca291c9aa493e (patch)
treebedd8e172e73e7bd7268bf7cea869479a7b63200 /textproc
parent9ab511f8c026011f0a74bf406252c01d3ed4eff5 (diff)
downloadfreebsd-ports-gnome-13bebffad7256e32285a8a98a3fca291c9aa493e.tar.gz
freebsd-ports-gnome-13bebffad7256e32285a8a98a3fca291c9aa493e.tar.zst
freebsd-ports-gnome-13bebffad7256e32285a8a98a3fca291c9aa493e.zip
Add p5-Pod-Section 0.02
Pod::Section selects specified section from Module's POD. WWW: https://metacpan.org/release/Pod-Section
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/p5-Pod-Section/Makefile25
-rw-r--r--textproc/p5-Pod-Section/distinfo3
-rw-r--r--textproc/p5-Pod-Section/pkg-descr3
-rw-r--r--textproc/p5-Pod-Section/pkg-plist4
5 files changed, 36 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index f2a2649962fb..65e7e0aace7f 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -745,6 +745,7 @@
SUBDIR += p5-Pod-Perldoc
SUBDIR += p5-Pod-ProjectDocs
SUBDIR += p5-Pod-Readme
+ SUBDIR += p5-Pod-Section
SUBDIR += p5-Pod-Simple
SUBDIR += p5-Pod-Spell
SUBDIR += p5-Pod-Strip
diff --git a/textproc/p5-Pod-Section/Makefile b/textproc/p5-Pod-Section/Makefile
new file mode 100644
index 000000000000..c1fafaa9e103
--- /dev/null
+++ b/textproc/p5-Pod-Section/Makefile
@@ -0,0 +1,25 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= Pod-Section
+PORTVERSION= 0.02
+CATEGORIES= textproc perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Select specified section from POD
+
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-IO-String>=0:devel/p5-IO-String \
+ p5-Pod-Abstract>=0:textproc/p5-Pod-Abstract
+
+USES= perl5
+USE_PERL5= modbuild
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-Pod-Section/distinfo b/textproc/p5-Pod-Section/distinfo
new file mode 100644
index 000000000000..67e3b4e342ef
--- /dev/null
+++ b/textproc/p5-Pod-Section/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1543429192
+SHA256 (Pod-Section-0.02.tar.gz) = c9d1d75292f321881184ec56983c16f408fd2d312d5a720f8fb0d2cafa729238
+SIZE (Pod-Section-0.02.tar.gz) = 5203
diff --git a/textproc/p5-Pod-Section/pkg-descr b/textproc/p5-Pod-Section/pkg-descr
new file mode 100644
index 000000000000..df5f89d9e81d
--- /dev/null
+++ b/textproc/p5-Pod-Section/pkg-descr
@@ -0,0 +1,3 @@
+Pod::Section selects specified section from Module's POD.
+
+WWW: https://metacpan.org/release/Pod-Section
diff --git a/textproc/p5-Pod-Section/pkg-plist b/textproc/p5-Pod-Section/pkg-plist
new file mode 100644
index 000000000000..a23977d36f79
--- /dev/null
+++ b/textproc/p5-Pod-Section/pkg-plist
@@ -0,0 +1,4 @@
+bin/podsection
+%%SITE_PERL%%/Pod/Section.pm
+%%PERL5_MAN1%%/podsection.1.gz
+%%PERL5_MAN3%%/Pod::Section.3.gz