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-Net-CUPS | |
parent | f27301734dfcb5387839ca3565ed7290c2ff25f5 (diff) | |
download | freebsd-ports-graphics-f41dac976886c37fceba42a2d190236d2be55b13.tar.gz freebsd-ports-graphics-f41dac976886c37fceba42a2d190236d2be55b13.tar.zst freebsd-ports-graphics-f41dac976886c37fceba42a2d190236d2be55b13.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'print/p5-Net-CUPS')
-rw-r--r-- | print/p5-Net-CUPS/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/p5-Net-CUPS/Makefile b/print/p5-Net-CUPS/Makefile index 557c66a5182..4b890d703e4 100644 --- a/print/p5-Net-CUPS/Makefile +++ b/print/p5-Net-CUPS/Makefile @@ -18,7 +18,8 @@ COMMENT= Interface to the CUPS API BUILD_DEPENDS= cups-config:${PORTSDIR}/print/cups-client LIB_DEPENDS= cupsimage.2:${PORTSDIR}/print/cups-image -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::CUPS.3 \ Net::CUPS::Destination.3 \ |