1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/textproc/p5-PDF-Table/Makefile
Danilo Egea Gondolfo 253016cbd9 - Update to 0.9.9
2015-05-29 15:20:55 +00:00

22 lines
456 B
Makefile

# Created by: scheidell@secnap.net
# $FreeBSD$
PORTNAME= PDF-Table
DISTVERSION= 0.9.9
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= danilo@FreeBSD.org
COMMENT= 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}
USES= perl5
USE_PERL5= configure
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.include <bsd.port.mk>