diff options
author | clsung <clsung@FreeBSD.org> | 2007-02-13 12:20:14 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-02-13 12:20:14 +0800 |
commit | b4a64c44d47261e40ef0a09b47e93683f255f939 (patch) | |
tree | 7cf0ef1f1239bc4306a2841e37d7808881aae778 /textproc/p5-Pod-Strip | |
parent | e3ef515e31c7e52799b3e5a6174dfa4151c78442 (diff) | |
download | freebsd-ports-graphics-b4a64c44d47261e40ef0a09b47e93683f255f939.tar.gz freebsd-ports-graphics-b4a64c44d47261e40ef0a09b47e93683f255f939.tar.zst freebsd-ports-graphics-b4a64c44d47261e40ef0a09b47e93683f255f939.zip |
Pod::Strip, a subclass of Pod::Simple. It parses perl files,
strips all POD from Perl Code.
WWW: http://search.cpan.org/dist/Pod-Strip/
Diffstat (limited to 'textproc/p5-Pod-Strip')
-rw-r--r-- | textproc/p5-Pod-Strip/Makefile | 25 | ||||
-rw-r--r-- | textproc/p5-Pod-Strip/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-Pod-Strip/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/p5-Pod-Strip/pkg-plist | 2 |
4 files changed, 34 insertions, 0 deletions
diff --git a/textproc/p5-Pod-Strip/Makefile b/textproc/p5-Pod-Strip/Makefile new file mode 100644 index 00000000000..73f0f7cf2a7 --- /dev/null +++ b/textproc/p5-Pod-Strip/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: Pod-Strip +# Date created: Feb 13 2007 +# Whom: Cheng-Lung Sung <clsung@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Pod-Strip +PORTVERSION= 1.02 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= Pod +PKGNAMEPREFIX= p5- + +MAINTAINER= clsung@FreeBSD.org +COMMENT= Remove POD from Perl code + +RUN_DEPENDS= ${SITE_PERL}/Pod/Simple.pm:${PORTSDIR}/textproc/p5-Pod-Simple +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_MODBUILD= yes + +MAN3= Pod::Strip.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-Pod-Strip/distinfo b/textproc/p5-Pod-Strip/distinfo new file mode 100644 index 00000000000..afe7256c070 --- /dev/null +++ b/textproc/p5-Pod-Strip/distinfo @@ -0,0 +1,3 @@ +MD5 (Pod-Strip-1.02.tar.gz) = b5ac7b0e68d8d44bd737f1ba71aaee3f +SHA256 (Pod-Strip-1.02.tar.gz) = d80dacf6a7accc87d366830165234d721bd2f36eee187aef682b60c9047752ff +SIZE (Pod-Strip-1.02.tar.gz) = 3110 diff --git a/textproc/p5-Pod-Strip/pkg-descr b/textproc/p5-Pod-Strip/pkg-descr new file mode 100644 index 00000000000..9c274bb0e83 --- /dev/null +++ b/textproc/p5-Pod-Strip/pkg-descr @@ -0,0 +1,4 @@ +Pod::Strip, a subclass of Pod::Simple. It parses perl files, +strips all POD from Perl Code. + +WWW: http://search.cpan.org/dist/Pod-Strip/ diff --git a/textproc/p5-Pod-Strip/pkg-plist b/textproc/p5-Pod-Strip/pkg-plist new file mode 100644 index 00000000000..8d244c4a784 --- /dev/null +++ b/textproc/p5-Pod-Strip/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Pod/Strip.pm +@dirrmtry %%SITE_PERL%%/Pod |