freebsd-ports/print/p5-PDFLib/Makefile
2013-11-06 12:12:45 +00:00

21 lines
369 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= PDFLib
PORTVERSION= 0.14
CATEGORIES= print perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= More OO interface to pdflib_pl.pm
BUILD_DEPENDS= pdflib-perl>=0:${PORTSDIR}/print/pdflib-perl
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
NO_BUILD= yes
.include <bsd.port.mk>