diff options
author | az <az@FreeBSD.org> | 2013-09-04 21:07:40 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-04 21:07:40 +0800 |
commit | f41dac976886c37fceba42a2d190236d2be55b13 (patch) | |
tree | 1b35744f0d7c32ca5d373e7aab96ed6d8ee2e10b /print/p5-PDF-Template | |
parent | f27301734dfcb5387839ca3565ed7290c2ff25f5 (diff) | |
download | freebsd-ports-gnome-f41dac976886c37fceba42a2d190236d2be55b13.tar.gz freebsd-ports-gnome-f41dac976886c37fceba42a2d190236d2be55b13.tar.zst freebsd-ports-gnome-f41dac976886c37fceba42a2d190236d2be55b13.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'print/p5-PDF-Template')
-rw-r--r-- | print/p5-PDF-Template/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/p5-PDF-Template/Makefile b/print/p5-PDF-Template/Makefile index 7da97f010a0c..1bea77625c0d 100644 --- a/print/p5-PDF-Template/Makefile +++ b/print/p5-PDF-Template/Makefile @@ -18,7 +18,8 @@ BUILD_DEPENDS+= pdflib-perl>=0:${PORTSDIR}/print/pdflib-perl \ p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= PDF::Template::Element::Weblink.3 \ PDF::Template::Container::Scope.3 \ |