mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
math/p5-PDL-Graphics-Limits: Add p5-PDL-Graphics-Limits 0.03
PDL::Graphics::Limits provides functions to derive limits for data for display purposes.
This commit is contained in:
parent
6654009b1c
commit
98a7ddcb17
5 changed files with 32 additions and 0 deletions
|
@ -821,6 +821,7 @@
|
|||
SUBDIR += p5-PDL-Fit
|
||||
SUBDIR += p5-PDL-GSL
|
||||
SUBDIR += p5-PDL-Graphics-IIS
|
||||
SUBDIR += p5-PDL-Graphics-Limits
|
||||
SUBDIR += p5-Parse-Range
|
||||
SUBDIR += p5-Roman
|
||||
SUBDIR += p5-Set-IntSpan
|
||||
|
|
24
math/p5-PDL-Graphics-Limits/Makefile
Normal file
24
math/p5-PDL-Graphics-Limits/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
PORTNAME= PDL-Graphics-Limits
|
||||
PORTVERSION= 0.03
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Derive limits for display purposes
|
||||
WWW= https://metacpan.org/dist/PDL-Graphics-Limits
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-PDL>=2.095:math/p5-PDL \
|
||||
p5-PDL-Fit>=0:math/p5-PDL-Fit
|
||||
TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
math/p5-PDL-Graphics-Limits/distinfo
Normal file
3
math/p5-PDL-Graphics-Limits/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1736671137
|
||||
SHA256 (PDL-Graphics-Limits-0.03.tar.gz) = 6e0d76fab90cb9c9bea0b01e04d18161af47c153a956476aee1f2b7a1d80a012
|
||||
SIZE (PDL-Graphics-Limits-0.03.tar.gz) = 17135
|
2
math/p5-PDL-Graphics-Limits/pkg-descr
Normal file
2
math/p5-PDL-Graphics-Limits/pkg-descr
Normal file
|
@ -0,0 +1,2 @@
|
|||
PDL::Graphics::Limits provides functions to derive limits for data for display
|
||||
purposes.
|
2
math/p5-PDL-Graphics-Limits/pkg-plist
Normal file
2
math/p5-PDL-Graphics-Limits/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
%%SITE_PERL%%/PDL/Graphics/Limits.pm
|
||||
%%PERL5_MAN3%%/PDL::Graphics::Limits.3.gz
|
Loading…
Add table
Reference in a new issue