diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-10-21 09:07:53 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-10-21 09:07:53 +0000 |
commit | b69ca65a1b18569b2f7b009c6917d56b1a3d296b (patch) | |
tree | daaffebe38f374d1fbcc1c8ee74a2d35b0be99eb /graphics/p5-Graphics-GnuplotIF | |
parent | a9a5dd2d841b7380b67d663f34febadaca56ab13 (diff) | |
download | ports-b69ca65a1b18569b2f7b009c6917d56b1a3d296b.tar.gz ports-b69ca65a1b18569b2f7b009c6917d56b1a3d296b.zip |
Notes
Diffstat (limited to 'graphics/p5-Graphics-GnuplotIF')
-rw-r--r-- | graphics/p5-Graphics-GnuplotIF/Makefile | 21 | ||||
-rw-r--r-- | graphics/p5-Graphics-GnuplotIF/distinfo | 3 | ||||
-rw-r--r-- | graphics/p5-Graphics-GnuplotIF/pkg-descr | 5 | ||||
-rw-r--r-- | graphics/p5-Graphics-GnuplotIF/pkg-plist | 2 |
4 files changed, 31 insertions, 0 deletions
diff --git a/graphics/p5-Graphics-GnuplotIF/Makefile b/graphics/p5-Graphics-GnuplotIF/Makefile new file mode 100644 index 000000000000..d43c8a1ad446 --- /dev/null +++ b/graphics/p5-Graphics-GnuplotIF/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-Graphics-GnuplotIF +# Date Created: Oct 21, 2010 +# Whom: Wen Heping <wen@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Graphics-GnuplotIF +PORTVERSION= 1.5 +CATEGORIES= graphics perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= wen@FreeBSD.org +COMMENT= A dynamic Perl interface to gnuplot + +PERL_MODBUILD= yes + +MAN3= Graphics::GnuplotIF.3 + +.include <bsd.port.mk> diff --git a/graphics/p5-Graphics-GnuplotIF/distinfo b/graphics/p5-Graphics-GnuplotIF/distinfo new file mode 100644 index 000000000000..2faee472a3d8 --- /dev/null +++ b/graphics/p5-Graphics-GnuplotIF/distinfo @@ -0,0 +1,3 @@ +MD5 (Graphics-GnuplotIF-1.5.tar.gz) = ee15c84470f2186fdb85f52f09bce640 +SHA256 (Graphics-GnuplotIF-1.5.tar.gz) = c405dc915df59b2edbb41f618279d39eccbad49c1c75edbfa71736721a06fd42 +SIZE (Graphics-GnuplotIF-1.5.tar.gz) = 14552 diff --git a/graphics/p5-Graphics-GnuplotIF/pkg-descr b/graphics/p5-Graphics-GnuplotIF/pkg-descr new file mode 100644 index 000000000000..d59ed73e9020 --- /dev/null +++ b/graphics/p5-Graphics-GnuplotIF/pkg-descr @@ -0,0 +1,5 @@ +Graphics::GnuplotIF is a simple and easy to use dynamic Perl interface +to gnuplot. gnuplot is a freely available, command-driven graphical +display tool for Unix. + +WWW: http://search.cpan.org/dist/Graphics-GnuplotIF/ diff --git a/graphics/p5-Graphics-GnuplotIF/pkg-plist b/graphics/p5-Graphics-GnuplotIF/pkg-plist new file mode 100644 index 000000000000..6b50cf7fe3fd --- /dev/null +++ b/graphics/p5-Graphics-GnuplotIF/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Graphics/GnuplotIF.pm +@dirrmtry %%SITE_PERL%%/Graphics |