1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

devel/p5-Scalar-Util-Numeric-PP: Add p5-Scalar-Util-Numeric-PP 0.04

Scalar::Util::Numeric::PP is written mainly for the convenience of Data::Sah, as
a drop-in pure-perl replacement for the XS module Scalar::Util::Numeric, in the
case when Data::Sah needs to generate code that uses PP modules instead of XS
ones.

Not all functions from Scalar::Util::Numeric have been provided.
This commit is contained in:
Po-Chuan Hsieh 2024-09-05 13:13:50 +08:00
parent 0cbab0e6bc
commit a38aa39e08
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
5 changed files with 32 additions and 0 deletions

View File

@ -3417,6 +3417,7 @@
SUBDIR += p5-Scalar-String
SUBDIR += p5-Scalar-Util-LooksLikeNumber
SUBDIR += p5-Scalar-Util-Numeric
SUBDIR += p5-Scalar-Util-Numeric-PP
SUBDIR += p5-Scope-Container
SUBDIR += p5-Scope-Guard
SUBDIR += p5-Scope-Upper

View File

@ -0,0 +1,20 @@
PORTNAME= Scalar-Util-Numeric-PP
PORTVERSION= 0.04
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Pure-perl drop-in replacement/approximation of Scalar::Util::Numeric
WWW= https://metacpan.org/dist/Scalar-Util-Numeric-PP
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1724084466
SHA256 (Scalar-Util-Numeric-PP-0.04.tar.gz) = 3b489c0c8f890754198a7130b0ad3b55d57cebe8168f68b7c25ae35c7d55a4e0
SIZE (Scalar-Util-Numeric-PP-0.04.tar.gz) = 13536

View File

@ -0,0 +1,6 @@
Scalar::Util::Numeric::PP is written mainly for the convenience of Data::Sah, as
a drop-in pure-perl replacement for the XS module Scalar::Util::Numeric, in the
case when Data::Sah needs to generate code that uses PP modules instead of XS
ones.
Not all functions from Scalar::Util::Numeric have been provided.

View File

@ -0,0 +1,2 @@
%%SITE_PERL%%/Scalar/Util/Numeric/PP.pm
%%PERL5_MAN3%%/Scalar::Util::Numeric::PP.3.gz