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/
This commit is contained in:
Cheng-Lung Sung 2007-02-13 04:20:14 +00:00
parent 0acc196888
commit e2cc419fbe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185066
5 changed files with 35 additions and 0 deletions

View File

@ -434,6 +434,7 @@
SUBDIR += p5-Pod-Parser
SUBDIR += p5-Pod-ProjectDocs
SUBDIR += p5-Pod-Simple
SUBDIR += p5-Pod-Strip
SUBDIR += p5-Pod-Stripper
SUBDIR += p5-Pod-Tree
SUBDIR += p5-Pod-WSDL

View File

@ -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>

View File

@ -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

View File

@ -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/

View File

@ -0,0 +1,2 @@
%%SITE_PERL%%/Pod/Strip.pm
@dirrmtry %%SITE_PERL%%/Pod