freebsd-ports/textproc/p5-PDF-Table/Makefile
Gabor Kovesdan 00bc58eac0 PDF-Table is intended for table generation using PDF::API2.
WWW:	http://search.cpan.org/~omega/

PR:		ports/134965
Submitted by:	scheidell at secnap.net
2009-06-05 17:19:43 +00:00

24 lines
530 B
Makefile

# New Ports collection makefile for: p5-PDF-Table
# Date created: May 22, 2009
# Whom: scheidell@secnap.net
#
# $FreeBSD$
#
PORTNAME= PDF-Table
PORTVERSION= 0.9.3
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= ${SITE_PERL}/PDF/API2/Content/Text.pm:${PORTSDIR}/textproc/p5-PDF-API2
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= 5.8.7+
MAN3= PDF::Table.3
.include <bsd.port.mk>