aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Pod-Markdown/Makefile
blob: bff53acfecb1017e26fe9538f26853375910e68c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Ports collection makefile for:    p5-Pod-Markdown
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$

PORTNAME=   Pod-Markdown
PORTVERSION=    1.320000
CATEGORIES= textproc devel perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-
DISTNAME=   ${PORTNAME}-${PORTVERSION:C/000$//}

MAINTAINER= perl@FreeBSD.org
COMMENT=    Module to convert POD to Markdown

LICENSE=    ART10 GPLv1
LICENSE_COMB=   dual

BUILD_DEPENDS=  p5-Pod-Parser>=0:${PORTSDIR}/textproc/p5-Pod-Parser
RUN_DEPENDS=    p5-Pod-Parser>=0:${PORTSDIR}/textproc/p5-Pod-Parser

TEST_DEPENDS=   p5-Test-Difference>=0:${PORTSDIR}/devel/p5-Test-Differences

USES=       perl5
USE_PERL5=  configure

MAN1=       pod2markdown.1
MAN3=       Pod::Markdown.3

.include <bsd.port.mk>