diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-02-13 04:20:14 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-02-13 04:20:14 +0000 |
commit | e2cc419fbe6d1805d4335a50acdb2f87bcf5a7f5 (patch) | |
tree | 218d463f468de2864a2bc288ad214b3698380968 /textproc/p5-Pod-Strip | |
parent | 0acc196888ad9b649f3187a64262d728f1a86eda (diff) | |
download | ports-e2cc419fbe6d1805d4335a50acdb2f87bcf5a7f5.tar.gz ports-e2cc419fbe6d1805d4335a50acdb2f87bcf5a7f5.zip |
Notes
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 000000000000..73f0f7cf2a7b --- /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 000000000000..afe7256c0709 --- /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 000000000000..9c274bb0e83c --- /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 000000000000..8d244c4a784f --- /dev/null +++ b/textproc/p5-Pod-Strip/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Pod/Strip.pm +@dirrmtry %%SITE_PERL%%/Pod |