From b0e20209eb2f10814c0cf9bbe1e4964a94585ea7 Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Fri, 18 Nov 2011 08:39:20 +0000 Subject: This module subclasses Pod::Parser and converts POD to Markdown. WWW: http://search.cpan.org/dist/Pod-Markdown/ Feature safe: yes --- textproc/p5-Pod-Markdown/Makefile | 27 +++++++++++++++++++++++++++ textproc/p5-Pod-Markdown/distinfo | 2 ++ textproc/p5-Pod-Markdown/pkg-descr | 3 +++ textproc/p5-Pod-Markdown/pkg-plist | 6 ++++++ 4 files changed, 38 insertions(+) create mode 100644 textproc/p5-Pod-Markdown/Makefile create mode 100644 textproc/p5-Pod-Markdown/distinfo create mode 100644 textproc/p5-Pod-Markdown/pkg-descr create mode 100644 textproc/p5-Pod-Markdown/pkg-plist (limited to 'textproc/p5-Pod-Markdown') diff --git a/textproc/p5-Pod-Markdown/Makefile b/textproc/p5-Pod-Markdown/Makefile new file mode 100644 index 000000000000..2ff04bc97b88 --- /dev/null +++ b/textproc/p5-Pod-Markdown/Makefile @@ -0,0 +1,27 @@ +# Ports collection makefile for: p5-Pod-Markdown +# Date created: 18 November, 2011 +# Whom: Cheng-Lung Sung +# +# $FreeBSD$ +# + +PORTNAME= Pod-Markdown +PORTVERSION= 1.110732 +CATEGORIES= textproc devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= clsung@FreeBSD.org +COMMENT= Module to convert POD to Markdown + +RUN_DEPENDS= p5-Pod-Parser>=0:${PORTSDIR}/textproc/p5-Pod-Parser \ + p5-parent>=0:${PORTSDIR}/devel/p5-parent + +TEST_DEPENDS= p5-Test-Difference>=0:${PORTSDIR}/devel/p5-Test-Differences + +PERL_CONFIGURE= yes + +MAN1= pod2markdown.1 +MAN3= Pod::Markdown.3 + +.include diff --git a/textproc/p5-Pod-Markdown/distinfo b/textproc/p5-Pod-Markdown/distinfo new file mode 100644 index 000000000000..ea2c00907bc8 --- /dev/null +++ b/textproc/p5-Pod-Markdown/distinfo @@ -0,0 +1,2 @@ +SHA256 (Pod-Markdown-1.110732.tar.gz) = 2e2b73259af58de13a10e3f846b101d0a31e2d64d2cc05b4275558f5e02234d0 +SIZE (Pod-Markdown-1.110732.tar.gz) = 19479 diff --git a/textproc/p5-Pod-Markdown/pkg-descr b/textproc/p5-Pod-Markdown/pkg-descr new file mode 100644 index 000000000000..d2d31b71a731 --- /dev/null +++ b/textproc/p5-Pod-Markdown/pkg-descr @@ -0,0 +1,3 @@ +This module subclasses Pod::Parser and converts POD to Markdown. + +WWW: http://search.cpan.org/dist/Pod-Markdown/ diff --git a/textproc/p5-Pod-Markdown/pkg-plist b/textproc/p5-Pod-Markdown/pkg-plist new file mode 100644 index 000000000000..2d6aebc21086 --- /dev/null +++ b/textproc/p5-Pod-Markdown/pkg-plist @@ -0,0 +1,6 @@ +bin/pod2markdown +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Markdown/.packlist +%%SITE_PERL%%/Pod/Markdown.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Markdown +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod +@dirrmtry %%SITE_PERL%%/Pod -- cgit v1.2.3