diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-01-23 01:33:52 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-01-23 01:33:52 +0000 |
commit | c6288f53076bbfb079e8cfce4b956fdc6d80fee9 (patch) | |
tree | ed73acf5350d0a88dbeecea38f9442ab7f105211 /textproc/p5-Pod-HtmlEasy | |
parent | 276926a0f6be3ac43dfa42c56be899284a16b475 (diff) | |
download | ports-c6288f53076bbfb079e8cfce4b956fdc6d80fee9.tar.gz ports-c6288f53076bbfb079e8cfce4b956fdc6d80fee9.zip |
Notes
Diffstat (limited to 'textproc/p5-Pod-HtmlEasy')
-rw-r--r-- | textproc/p5-Pod-HtmlEasy/Makefile | 31 | ||||
-rw-r--r-- | textproc/p5-Pod-HtmlEasy/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-Pod-HtmlEasy/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/p5-Pod-HtmlEasy/pkg-plist | 12 |
4 files changed, 51 insertions, 0 deletions
diff --git a/textproc/p5-Pod-HtmlEasy/Makefile b/textproc/p5-Pod-HtmlEasy/Makefile new file mode 100644 index 000000000000..051bd3a33d60 --- /dev/null +++ b/textproc/p5-Pod-HtmlEasy/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: p5-Pod-HtmlEasy +# Date created: 21 Jan, 201 +# Whom: Wen Heping <wen@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Pod-HtmlEasy +PORTVERSION= 1.0107 +CATEGORIES= textproc devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= wen@FreeBSD.org +COMMENT= Generate personalized HTML from PODs + +BUILD_DEPENDS= p5-version>=0.72:${PORTSDIR}/devel/p5-version \ + p5-File-Slurp>=9999.13:${PORTSDIR}/devel/p5-File-Slurp \ + p5-IPC-Run>=0.8:${PORTSDIR}/devel/p5-IPC-Run \ + p5-Exporter-Easy>=0:${PORTSDIR}/devel/p5-Exporter-Easy \ + p5-Readonly>=1.03:${PORTSDIR}/devel/p5-Readonly \ + p5-Regexp-Common>=2.12:${PORTSDIR}/textproc/p5-Regexp-Common \ + p5-Pod-Escapes>=0:${PORTSDIR}/textproc/p5-Pod-Escapes +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN1= pod2indexed_html.pl.1 +MAN3= Pod::HtmlEasy.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-Pod-HtmlEasy/distinfo b/textproc/p5-Pod-HtmlEasy/distinfo new file mode 100644 index 000000000000..e989e9bfa019 --- /dev/null +++ b/textproc/p5-Pod-HtmlEasy/distinfo @@ -0,0 +1,3 @@ +MD5 (Pod-HtmlEasy-1.0107.tar.gz) = 874ef93a6d6cb2ccf4985f47955ca809 +SHA256 (Pod-HtmlEasy-1.0107.tar.gz) = 030cf667c76812f1c3ff05cf58824a4e8fa42f879c03717921f8f2c2b147ae74 +SIZE (Pod-HtmlEasy-1.0107.tar.gz) = 42206 diff --git a/textproc/p5-Pod-HtmlEasy/pkg-descr b/textproc/p5-Pod-HtmlEasy/pkg-descr new file mode 100644 index 000000000000..e6d70907436a --- /dev/null +++ b/textproc/p5-Pod-HtmlEasy/pkg-descr @@ -0,0 +1,5 @@ +Pod::HtmlEasy is a perl module to generate HTML data from POD in a easy and +personalized mode. By default the HTML generated is similar to the CPAN site +style for module documentation. + +WWW: http://search.cpan.org/dist/Pod-HtmlEasy/ diff --git a/textproc/p5-Pod-HtmlEasy/pkg-plist b/textproc/p5-Pod-HtmlEasy/pkg-plist new file mode 100644 index 000000000000..ca98675fb5b9 --- /dev/null +++ b/textproc/p5-Pod-HtmlEasy/pkg-plist @@ -0,0 +1,12 @@ +bin/debug.pl +bin/pod2indexed_html.pl +bin/podhtmleasy.pl +bin/podhtmleasy.sh +%%SITE_PERL%%/Pod/HtmlEasy/Data.pm +%%SITE_PERL%%/Pod/HtmlEasy/Parser.pm +%%SITE_PERL%%/Pod/HtmlEasy.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/HtmlEasy/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/HtmlEasy +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod +@dirrm %%SITE_PERL%%/Pod/HtmlEasy +@dirrmtry %%SITE_PERL%%/Pod |