Martin Wilke 86dd1f9a20 Simplistic wrapper for the PDF-API2 modules
WWW: http://search.cpan.org/dist/PDF-API2-Simple/

PR:		204064
Submitted by:	jeremybbaggs@gmail.com
Approved by:    mat (mentor)
Differential Revision: D4503
2015-12-11 13:52:46 +00:00

19 lines
358 B
Makefile

# $FreeBSD$
PORTNAME= PDF-API2-Simple
PORTVERSION= 1.1.5
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:CHROMATIC
PKGNAMEPREFIX= p5-
MAINTAINER= jeremybbaggs@gmail.com
COMMENT= Wrapper for the PDF::API2 modules
RUN_DEPENDS= p5-PDF-API2>=0:${PORTSDIR}/textproc/p5-PDF-API2
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>