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:
parent
0cbab0e6bc
commit
a38aa39e08
@ -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
|
||||
|
20
devel/p5-Scalar-Util-Numeric-PP/Makefile
Normal file
20
devel/p5-Scalar-Util-Numeric-PP/Makefile
Normal 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>
|
3
devel/p5-Scalar-Util-Numeric-PP/distinfo
Normal file
3
devel/p5-Scalar-Util-Numeric-PP/distinfo
Normal 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
|
6
devel/p5-Scalar-Util-Numeric-PP/pkg-descr
Normal file
6
devel/p5-Scalar-Util-Numeric-PP/pkg-descr
Normal 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.
|
2
devel/p5-Scalar-Util-Numeric-PP/pkg-plist
Normal file
2
devel/p5-Scalar-Util-Numeric-PP/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
%%SITE_PERL%%/Scalar/Util/Numeric/PP.pm
|
||||
%%PERL5_MAN3%%/Scalar::Util::Numeric::PP.3.gz
|
Loading…
Reference in New Issue
Block a user