diff options
author | az <az@FreeBSD.org> | 2013-08-06 16:50:49 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-08-06 16:50:49 +0800 |
commit | 6ec69d527f16e7be851ca78d0baa8c1295be4a17 (patch) | |
tree | 5aa3cd74114ed035ad4ba813977c32381a693ed0 /graphics | |
parent | 5b9e8eeb2ab7a129575181122f7285d0b4f41e2c (diff) | |
download | freebsd-ports-gnome-6ec69d527f16e7be851ca78d0baa8c1295be4a17.tar.gz freebsd-ports-gnome-6ec69d527f16e7be851ca78d0baa8c1295be4a17.tar.zst freebsd-ports-gnome-6ec69d527f16e7be851ca78d0baa8c1295be4a17.zip |
- Convert to new perl framework
- Trim Makefile header
Approved by: wen@ (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Google-Chart/Makefile | 9 | ||||
-rw-r--r-- | graphics/p5-Graphics-GnuplotIF/Makefile | 9 |
2 files changed, 6 insertions, 12 deletions
diff --git a/graphics/p5-Google-Chart/Makefile b/graphics/p5-Google-Chart/Makefile index fda84da36060..28d757753246 100644 --- a/graphics/p5-Google-Chart/Makefile +++ b/graphics/p5-Google-Chart/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Google-Chart -# Date created: 30 January 2009 -# Whom: Wen Heping <wenheping@gmail.com> -# +# Created by: Wen Heping <wenheping@gmail.com> # $FreeBSD$ -# PORTNAME= Google-Chart PORTVERSION= 0.05014 @@ -40,6 +36,7 @@ MAN3= Google::Chart.3 Google::Chart::Axis.3 \ Google::Chart::Margin.3 \ Google::Chart::Types.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> diff --git a/graphics/p5-Graphics-GnuplotIF/Makefile b/graphics/p5-Graphics-GnuplotIF/Makefile index acd839f481c8..68b27f43b640 100644 --- a/graphics/p5-Graphics-GnuplotIF/Makefile +++ b/graphics/p5-Graphics-GnuplotIF/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Graphics-GnuplotIF -# Date Created: Oct 21, 2010 -# Whom: Wen Heping <wen@FreeBSD.org> -# +# Created by: Wen Heping <wen@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Graphics-GnuplotIF PORTVERSION= 1.7 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= wen@FreeBSD.org COMMENT= A dynamic Perl interface to gnuplot -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Graphics::GnuplotIF.3 |