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:
parent
d35afbe77d
commit
1b0219a745
6 changed files with 50 additions and 0 deletions
|
@ -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
|
||||
|
|
21
devel/p5-Convert-Scalar/Makefile
Normal file
21
devel/p5-Convert-Scalar/Makefile
Normal 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>
|
3
devel/p5-Convert-Scalar/distinfo
Normal file
3
devel/p5-Convert-Scalar/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1632227458
|
||||
SHA256 (Convert-Scalar-1.12.tar.gz) = 1fcee7019b7ffd5081d685d2ac8407adfc5be011902826668903dc8abcb3c890
|
||||
SIZE (Convert-Scalar-1.12.tar.gz) = 8502
|
17
devel/p5-Convert-Scalar/files/patch-Makefile.PL
Normal file
17
devel/p5-Convert-Scalar/files/patch-Makefile.PL
Normal 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,
|
5
devel/p5-Convert-Scalar/pkg-descr
Normal file
5
devel/p5-Convert-Scalar/pkg-descr
Normal 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
|
3
devel/p5-Convert-Scalar/pkg-plist
Normal file
3
devel/p5-Convert-Scalar/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
%%SITE_ARCH%%/Convert/Scalar.pm
|
||||
%%SITE_ARCH%%/auto/Convert/Scalar/Scalar.so
|
||||
%%PERL5_MAN3%%/Convert::Scalar.3.gz
|
Loading…
Reference in a new issue