ports/math/p5-PDL-Graphics-PLplot/Makefile
Po-Chuan Hsieh e05d39136c
math/p5-PDL-Graphics-PLplot: Add p5-PDL-Graphics-PLplot 0.84
PDL::Graphics::PLplot is the PDL interface to the PLplot graphics library. It
provides a familiar 'perlish' Object Oriented interface as well as access to the
low-level PLplot commands from the C-API.
2025-01-29 01:03:19 +08:00

25 lines
681 B
Makefile

PORTNAME= PDL-Graphics-PLplot
PORTVERSION= 0.84
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Object-oriented interface from perl/PDL to the PLPLOT plotting library
WWW= https://metacpan.org/dist/PDL-Graphics-PLplot
BUILD_DEPENDS= p5-Devel-CheckLib>=0:devel/p5-Devel-CheckLib \
${RUN_DEPENDS}
LIB_DEPENDS= libplplot.so:math/plplot
RUN_DEPENDS= p5-PDL>=2.083:math/p5-PDL
USES= perl5
USE_PERL5= configure
post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/Makefile.PL
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/PDL/Graphics/PLplot/PLplot.so
.include <bsd.port.mk>