aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-pod2pdf/Makefile
blob: f68d2c6b5eca6ddeef1ba7aaec0c73e31ebf304c (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
# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$

PORTNAME=	pod2pdf
PORTVERSION=	0.42
PORTREVISION=	1
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:JONALLEN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Converts POD to PDF format

RUN_DEPENDS=	p5-PDF-API2>=0.60:textproc/p5-PDF-API2 \
		p5-Pod-Escapes>0:textproc/p5-Pod-Escapes \
		p5-Getopt-ArgvFile>0:devel/p5-Getopt-ArgvFile
BUILD_DEPENDS:=	${RUN_DEPENDS}

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>