27 lines
672 B
Makefile
27 lines
672 B
Makefile
PORTNAME= feedgnuplot
|
|
PORTVERSION= 1.59
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:DKOGAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= pi@FreeBSD.org
|
|
COMMENT= General purpose pipe-oriented plotting tool
|
|
WWW= https://metacpan.org/release/DKOGAN/feedgnuplot-${PORTVERSION}
|
|
|
|
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} \
|
|
p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
|
|
gnuplot:math/gnuplot
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
PLIST_FILES= bin/feedgnuplot ${SITE_MAN1}/feedgnuplot.1.gz
|
|
|
|
.include <bsd.port.mk>
|