aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Pod-HtmlEasy/Makefile
blob: 67aa7761c9714cbf353358e1647eb8d96a7ec204 (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
# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Pod-HtmlEasy
PORTVERSION=	1.0108
CATEGORIES=	textproc devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-
EXTRACT_SUFX=	.tgz

MAINTAINER=	wen@FreeBSD.org
COMMENT=	Generate personalized HTML from PODs

BUILD_DEPENDS=	p5-version>=0.72:${PORTSDIR}/devel/p5-version \
		p5-File-Slurp>=9999.13:${PORTSDIR}/devel/p5-File-Slurp \
		p5-IPC-Run>=0.8:${PORTSDIR}/devel/p5-IPC-Run \
		p5-Exporter-Easy>=0:${PORTSDIR}/devel/p5-Exporter-Easy \
		p5-Readonly>=1.03:${PORTSDIR}/devel/p5-Readonly \
		p5-Regexp-Common>=2.12:${PORTSDIR}/textproc/p5-Regexp-Common \
		p5-Pod-Escapes>=0:${PORTSDIR}/textproc/p5-Pod-Escapes
RUN_DEPENDS:=	${BUILD_DEPENDS}

USES=		perl5
USE_PERL5=	configure

MAN1=		pod2indexed_html.pl.1
MAN3=		Pod::HtmlEasy.3

.include <bsd.port.mk>