diff options
author | az <az@FreeBSD.org> | 2013-08-03 02:21:05 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-08-03 02:21:05 +0800 |
commit | 4539b36e07dc5d3a00796c31225b2da419544ef0 (patch) | |
tree | 59a0148ef943ecb5bc12a830cc669c801d3c91f8 /graphics | |
parent | a7f25a26617517dba99672639956e265390f576a (diff) | |
download | freebsd-ports-gnome-4539b36e07dc5d3a00796c31225b2da419544ef0.tar.gz freebsd-ports-gnome-4539b36e07dc5d3a00796c31225b2da419544ef0.tar.zst freebsd-ports-gnome-4539b36e07dc5d3a00796c31225b2da419544ef0.zip |
- Convert to new perl framework
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Chart-Graph/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-Chart-PNGgraph/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-GD-Arrow/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-GD-Barcode/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-GD-Graph-histogram/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-GD-SVG/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-Graph-SocialMap/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-Imager-Plot/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-Imlib2/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-SpringGraph/Makefile | 3 |
10 files changed, 20 insertions, 10 deletions
diff --git a/graphics/p5-Chart-Graph/Makefile b/graphics/p5-Chart-Graph/Makefile index 3765595ed56f..52fdacd30904 100644 --- a/graphics/p5-Chart-Graph/Makefile +++ b/graphics/p5-Chart-Graph/Makefile @@ -20,7 +20,8 @@ RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \ xmgrace:${PORTSDIR}/math/grace \ ppmtogif:${PORTSDIR}/graphics/netpbm -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Chart::Graph.3 \ Chart::Graph::Gnuplot.3 \ diff --git a/graphics/p5-Chart-PNGgraph/Makefile b/graphics/p5-Chart-PNGgraph/Makefile index e91d8e93e558..cc6a5d238539 100644 --- a/graphics/p5-Chart-PNGgraph/Makefile +++ b/graphics/p5-Chart-PNGgraph/Makefile @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD \ p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Chart::PNGgraph.3 diff --git a/graphics/p5-GD-Arrow/Makefile b/graphics/p5-GD-Arrow/Makefile index fa6cd0cbd703..f4cfde202f4f 100644 --- a/graphics/p5-GD-Arrow/Makefile +++ b/graphics/p5-GD-Arrow/Makefile @@ -18,7 +18,8 @@ COMMENT= Draw arrows using GD RUN_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= GD::Arrow.3 diff --git a/graphics/p5-GD-Barcode/Makefile b/graphics/p5-GD-Barcode/Makefile index 4a52307b3735..bac3b533604a 100644 --- a/graphics/p5-GD-Barcode/Makefile +++ b/graphics/p5-GD-Barcode/Makefile @@ -18,7 +18,8 @@ COMMENT= GD::Barcode - Create barcode image with GD BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= GD::Barcode.3 \ GD::Barcode::COOP2of5.3 \ diff --git a/graphics/p5-GD-Graph-histogram/Makefile b/graphics/p5-GD-Graph-histogram/Makefile index d3b6e7b3492b..072145eeea6b 100644 --- a/graphics/p5-GD-Graph-histogram/Makefile +++ b/graphics/p5-GD-Graph-histogram/Makefile @@ -17,7 +17,8 @@ BUILD_DEPENDS= p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph \ p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= GD::Graph::histogram.3 diff --git a/graphics/p5-GD-SVG/Makefile b/graphics/p5-GD-SVG/Makefile index 052685555395..aa1af5bff1d6 100644 --- a/graphics/p5-GD-SVG/Makefile +++ b/graphics/p5-GD-SVG/Makefile @@ -14,7 +14,8 @@ COMMENT= Seamlessly enable SVG output from scripts written using GD BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD \ p5-SVG>=0:${PORTSDIR}/textproc/p5-SVG -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= GD::SVG.3 diff --git a/graphics/p5-Graph-SocialMap/Makefile b/graphics/p5-Graph-SocialMap/Makefile index 68c41498e2e1..a48dbb4f35c9 100644 --- a/graphics/p5-Graph-SocialMap/Makefile +++ b/graphics/p5-Graph-SocialMap/Makefile @@ -24,6 +24,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Graph::SocialMap.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> diff --git a/graphics/p5-Imager-Plot/Makefile b/graphics/p5-Imager-Plot/Makefile index 1da615a6631e..e7298722c2c7 100644 --- a/graphics/p5-Imager-Plot/Makefile +++ b/graphics/p5-Imager-Plot/Makefile @@ -19,7 +19,8 @@ COMMENT= Perl extension for generating fancy graphic plots in color BUILD_DEPENDS= p5-Imager>=0:${PORTSDIR}/graphics/p5-Imager RUN_DEPENDS= p5-Imager>=0:${PORTSDIR}/graphics/p5-Imager -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Imager::Plot.3 Imager::Plot::Axis.3 diff --git a/graphics/p5-Imlib2/Makefile b/graphics/p5-Imlib2/Makefile index aea995d93307..b57d03cea3ea 100644 --- a/graphics/p5-Imlib2/Makefile +++ b/graphics/p5-Imlib2/Makefile @@ -18,7 +18,8 @@ COMMENT= Perl bindings for Imlib2 USE_EFL= imlib2 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Imlib2.3 diff --git a/graphics/p5-SpringGraph/Makefile b/graphics/p5-SpringGraph/Makefile index cf4253a89d19..a747c8fe4e96 100644 --- a/graphics/p5-SpringGraph/Makefile +++ b/graphics/p5-SpringGraph/Makefile @@ -16,6 +16,7 @@ BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD MAN3= SpringGraph.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> |