devel/p5-Convert-Scalar: Add p5-Convert-Scalar 1.12

Convert::Scalar exports various internal perl methods that change the internal
representation or state of a perl scalar. All of these work in-place, that is,
they modify their scalar argument. No functions are exported by default.

WWW: https://metacpan.org/dist/Convert-Scalar
This commit is contained in:
Po-Chuan Hsieh 2021-09-22 06:11:40 +08:00
parent d35afbe77d
commit 1b0219a745
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
6 changed files with 50 additions and 0 deletions

View file

@ -2017,6 +2017,7 @@
SUBDIR += p5-Const-Fast
SUBDIR += p5-Context-Preserve
SUBDIR += p5-Contextual-Return
SUBDIR += p5-Convert-Scalar
SUBDIR += p5-Coro
SUBDIR += p5-Curses
SUBDIR += p5-Curses-Application

View file

@ -0,0 +1,21 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= Convert-Scalar
PORTVERSION= 1.12
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Convert between different representations of perl scalars
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Convert/Scalar/Scalar.so
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1632227458
SHA256 (Convert-Scalar-1.12.tar.gz) = 1fcee7019b7ffd5081d685d2ac8407adfc5be011902826668903dc8abcb3c890
SIZE (Convert-Scalar-1.12.tar.gz) = 8502

View file

@ -0,0 +1,17 @@
--- Makefile.PL.orig 2017-08-15 05:57:22 UTC
+++ Makefile.PL
@@ -1,6 +1,5 @@
use ExtUtils::MakeMaker;
-use Canary::Stability Convert::Scalar => 1, 5.008;
WriteMakefile(
dist => {
@@ -12,7 +11,6 @@ WriteMakefile(
VERSION_FROM => "Scalar.pm",
CONFIGURE_REQUIRES => {
"ExtUtils::MakeMaker" => 6.6,
- "Canary::Stability" => 0,
},
BUILD_REQUIRES => {
ExtUtils::ParseXS => 3.28,

View file

@ -0,0 +1,5 @@
Convert::Scalar exports various internal perl methods that change the internal
representation or state of a perl scalar. All of these work in-place, that is,
they modify their scalar argument. No functions are exported by default.
WWW: https://metacpan.org/dist/Convert-Scalar

View file

@ -0,0 +1,3 @@
%%SITE_ARCH%%/Convert/Scalar.pm
%%SITE_ARCH%%/auto/Convert/Scalar/Scalar.so
%%PERL5_MAN3%%/Convert::Scalar.3.gz