diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-02 18:52:07 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-02 18:52:07 +0000 |
commit | 4819ca343bfee8a3b54e7ff3ac26d280d1c1696f (patch) | |
tree | a4a613f80a0e443c044c2319e43ce75e14c50813 /print/p5-PDFLib | |
parent | 49b7a7d4a4e27031eeb48b2c26d102a7f8527de9 (diff) |
Notes
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 |