freebsd-ports/textproc/p5-PDF-Table/Makefile
Michael Scheidell dacaf7fcb7 - Update maintainer domain to freebsd
- Fat fingered BUILD_DEPENDS/RUN_DEPENDS to be more consistant with current best practices
- Changes NO functionality or dependencies, so no portsrevision bump

Approved by:	gabor (mentor, implicit)
2012-01-07 14:17:36 +00:00

24 lines
506 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.5
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= scheidell@freebsd.org
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:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= PDF::Table.3
.include <bsd.port.mk>