mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
This module subclasses Pod::Parser and converts POD to Markdown.
WWW: http://search.cpan.org/dist/Pod-Markdown/ Feature safe: yes
This commit is contained in:
parent
14e785efa1
commit
b0e20209eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286007
@ -639,6 +639,7 @@
|
||||
SUBDIR += p5-Pod-Escapes
|
||||
SUBDIR += p5-Pod-Eventual
|
||||
SUBDIR += p5-Pod-HtmlEasy
|
||||
SUBDIR += p5-Pod-Markdown
|
||||
SUBDIR += p5-Pod-POM
|
||||
SUBDIR += p5-Pod-POM-View-HTML-Filter
|
||||
SUBDIR += p5-Pod-Parser
|
||||
|
27
textproc/p5-Pod-Markdown/Makefile
Normal file
27
textproc/p5-Pod-Markdown/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# Ports collection makefile for: p5-Pod-Markdown
|
||||
# Date created: 18 November, 2011
|
||||
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
||||
#
|
||||
# $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 <bsd.port.mk>
|
2
textproc/p5-Pod-Markdown/distinfo
Normal file
2
textproc/p5-Pod-Markdown/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Pod-Markdown-1.110732.tar.gz) = 2e2b73259af58de13a10e3f846b101d0a31e2d64d2cc05b4275558f5e02234d0
|
||||
SIZE (Pod-Markdown-1.110732.tar.gz) = 19479
|
3
textproc/p5-Pod-Markdown/pkg-descr
Normal file
3
textproc/p5-Pod-Markdown/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
This module subclasses Pod::Parser and converts POD to Markdown.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Pod-Markdown/
|
6
textproc/p5-Pod-Markdown/pkg-plist
Normal file
6
textproc/p5-Pod-Markdown/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user