diff options
author | wen <wen@FreeBSD.org> | 2010-05-13 15:51:02 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-05-13 15:51:02 +0800 |
commit | 540b86354992e40e10460b0c83f5900d851328da (patch) | |
tree | 45c63f44df51a3733703a755c3971173375511ab /textproc/p5-Pod-Perldoc | |
parent | 8c72acde0ecd923cc8727cedcfde2f6bd80b56d5 (diff) | |
download | freebsd-ports-gnome-540b86354992e40e10460b0c83f5900d851328da.tar.gz freebsd-ports-gnome-540b86354992e40e10460b0c83f5900d851328da.tar.zst freebsd-ports-gnome-540b86354992e40e10460b0c83f5900d851328da.zip |
Look up Perl documentation in Pod format.
WWW: http://search.cpan.org/dist/Pod-Perldoc/
PR: ports/146482
Submitted by: Ashish SHUKLA <wahjava@gmail.com> (maintainer)
Diffstat (limited to 'textproc/p5-Pod-Perldoc')
-rw-r--r-- | textproc/p5-Pod-Perldoc/Makefile | 33 | ||||
-rw-r--r-- | textproc/p5-Pod-Perldoc/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-Pod-Perldoc/files/patch-Makefile.PL | 13 | ||||
-rw-r--r-- | textproc/p5-Pod-Perldoc/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/p5-Pod-Perldoc/pkg-plist | 17 |
5 files changed, 69 insertions, 0 deletions
diff --git a/textproc/p5-Pod-Perldoc/Makefile b/textproc/p5-Pod-Perldoc/Makefile new file mode 100644 index 000000000000..4aa0c8f78773 --- /dev/null +++ b/textproc/p5-Pod-Perldoc/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: p5-Pod-Perldoc +# Date created: 2010-05-11 +# Whom: Ashish SHUKLA <wahjava@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= Pod-Perldoc +PORTVERSION= 3.15 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= wahjava@gmail.com +COMMENT= Look up Perl documentation in Pod format + +PERL_CONFIGURE= yes +USE_PERL5= 5.0+ + +MAN3= Pod::Perldoc::ToNroff.3 \ + Pod::Perldoc::ToTk.3 \ + perldoc.3 \ + Pod::Perldoc::ToText.3 \ + Pod::Perldoc.3 \ + Pod::Perldoc::BaseTo.3 \ + Pod::Perldoc::ToRtf.3 \ + Pod::Perldoc::ToMan.3 \ + Pod::Perldoc::GetOptsOO.3 \ + Pod::Perldoc::ToChecker.3 \ + Pod::Perldoc::ToPod.3 \ + Pod::Perldoc::ToXml.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-Pod-Perldoc/distinfo b/textproc/p5-Pod-Perldoc/distinfo new file mode 100644 index 000000000000..dabf0ead3b1e --- /dev/null +++ b/textproc/p5-Pod-Perldoc/distinfo @@ -0,0 +1,3 @@ +MD5 (Pod-Perldoc-3.15.tar.gz) = 78959acbe11a64559c46de8753d8f9cf +SHA256 (Pod-Perldoc-3.15.tar.gz) = 1222aa8d7ac8d05aa7868134005878ac5f4d8ab2104cbd5294456ba4e164dee4 +SIZE (Pod-Perldoc-3.15.tar.gz) = 32981 diff --git a/textproc/p5-Pod-Perldoc/files/patch-Makefile.PL b/textproc/p5-Pod-Perldoc/files/patch-Makefile.PL new file mode 100644 index 000000000000..38e1d708de00 --- /dev/null +++ b/textproc/p5-Pod-Perldoc/files/patch-Makefile.PL @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- Makefile.PL.orig ++++ Makefile.PL +@@ -28,7 +28,6 @@ + 'File::Temp' => 0, + 'File::Spec::Functions' => 0, + }, +- 'EXE_FILES' => [qw( perldoc )], + + ( $EUMM_VERSION > 6.31 ? ( + 'LICENSE' => 'perl', diff --git a/textproc/p5-Pod-Perldoc/pkg-descr b/textproc/p5-Pod-Perldoc/pkg-descr new file mode 100644 index 000000000000..181ba850493a --- /dev/null +++ b/textproc/p5-Pod-Perldoc/pkg-descr @@ -0,0 +1,3 @@ +Look up Perl documentation in Pod format. + +WWW: http://search.cpan.org/dist/Pod-Perldoc/ diff --git a/textproc/p5-Pod-Perldoc/pkg-plist b/textproc/p5-Pod-Perldoc/pkg-plist new file mode 100644 index 000000000000..b7cd11cd24fe --- /dev/null +++ b/textproc/p5-Pod-Perldoc/pkg-plist @@ -0,0 +1,17 @@ +%%SITE_PERL%%/Pod/Perldoc.pm +%%SITE_PERL%%/Pod/Perldoc/BaseTo.pm +%%SITE_PERL%%/Pod/Perldoc/GetOptsOO.pm +%%SITE_PERL%%/Pod/Perldoc/ToChecker.pm +%%SITE_PERL%%/Pod/Perldoc/ToMan.pm +%%SITE_PERL%%/Pod/Perldoc/ToNroff.pm +%%SITE_PERL%%/Pod/Perldoc/ToPod.pm +%%SITE_PERL%%/Pod/Perldoc/ToRtf.pm +%%SITE_PERL%%/Pod/Perldoc/ToText.pm +%%SITE_PERL%%/Pod/Perldoc/ToTk.pm +%%SITE_PERL%%/Pod/Perldoc/ToXml.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Perldoc/.packlist +%%SITE_PERL%%/perldoc.pod +@dirrm %%SITE_PERL%%/mach/auto/Pod/Perldoc +@dirrmtry %%SITE_PERL%%/mach/auto/Pod +@dirrm %%SITE_PERL%%/Pod/Perldoc +@dirrmtry %%SITE_PERL%%/Pod |