2014-12-22 18:57:37 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Chart-Gnuplot
|
2015-03-05 11:53:10 +01:00
|
|
|
PORTVERSION= 0.23
|
2014-12-22 19:41:33 +01:00
|
|
|
CATEGORIES= graphics perl5
|
2014-12-22 18:57:37 +01:00
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= koue@chaosophia.net
|
|
|
|
COMMENT= Perl module to plot graphs using GNUPLOT on the fly
|
|
|
|
|
2017-09-15 10:58:46 +02:00
|
|
|
LICENSE= ART10 GPLv1+
|
2014-12-22 19:41:33 +01:00
|
|
|
LICENSE_COMB= dual
|
2014-12-22 18:57:37 +01:00
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
RUN_DEPENDS= gnuplot:math/gnuplot
|
2014-12-22 18:57:37 +01:00
|
|
|
|
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
|
|
|
|
|
|
|
PLIST_FILES= %%SITE_PERL%%/Chart/Gnuplot.pm \
|
|
|
|
%%SITE_PERL%%/Chart/Gnuplot/Util.pm \
|
|
|
|
%%PERL5_MAN3%%/Chart::Gnuplot.3.gz
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE}," ${WRKSRC}/Makefile.PL
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|