mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
- Data can now come from STDIN or files on the cmdline. This fixes a regression. Self-plotting data files work again
25 lines
570 B
Makefile
25 lines
570 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= feedgnuplot
|
|
PORTVERSION= 1.42
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/D/DK/DKOGAN/
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= pi@FreeBSD.org
|
|
COMMENT= General purpose pipe-oriented plotting tool
|
|
|
|
LICENSE= ART10 GPLv3
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-String-ShellQuote>=0.50:textproc/p5-String-ShellQuote \
|
|
p5-IPC-Run>=0:devel/p5-IPC-Run
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS} \
|
|
gnuplot:math/gnuplot
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
PLIST_FILES= bin/feedgnuplot ${SITE_MAN1}/feedgnuplot.1.gz
|
|
|
|
.include <bsd.port.mk>
|