Files
ports/graphics/p5-Chart-Gnuplot/Makefile
T
Nikola Kolev 11c0dd4e86 */*: Return ports to pool
As requested by maintainer and thanks for your contributions

PR:		293335
2026-02-21 17:31:06 +01:00

27 lines
612 B
Makefile

PORTNAME= Chart-Gnuplot
PORTVERSION= 0.23
PORTREVISION= 1
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl module to plot graphs using GNUPLOT on the fly
WWW= https://metacpan.org/release/Chart-Gnuplot
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
RUN_DEPENDS= gnuplot:math/gnuplot
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>