diff options
Diffstat (limited to 'print/p5-PDFLib')
-rw-r--r-- | print/p5-PDFLib/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/print/p5-PDFLib/Makefile b/print/p5-PDFLib/Makefile index 94f9fb7fafa7..a352328281f7 100644 --- a/print/p5-PDFLib/Makefile +++ b/print/p5-PDFLib/Makefile @@ -1,10 +1,7 @@ # ex:ts=8 # Ports collection makefile for: p5-PDFLib -# Date created: May 13, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= PDFLib PORTVERSION= 0.14 @@ -18,7 +15,8 @@ COMMENT= More OO interface to pdflib_pl.pm BUILD_DEPENDS= pdflib-perl>=0:${PORTSDIR}/print/pdflib-perl RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure NO_BUILD= yes MAN3= PDFLib.3 |