aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-PDF-Table/Makefile
blob: 837c98f09df493594b36bdefa1e8443acab832bb (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
# New Ports collection makefile for:	p5-PDF-Table
# Date created:				May 22, 2009
# Whom:					scheidell@secnap.net
#
# $FreeBSD$
#

PORTNAME=	PDF-Table
PORTVERSION=	0.9.4
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	scheidell@secnap.net
COMMENT=	A utility class for building table layouts in a PDF::API2 object

BUILD_DEPENDS=	p5-PDF-API2>=0:${PORTSDIR}/textproc/p5-PDF-API2
RUN_DEPENDS=	p5-PDF-API2>=0:${PORTSDIR}/textproc/p5-PDF-API2

PERL_CONFIGURE=	yes

MAN3=		PDF::Table.3

.include <bsd.port.mk>