mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Add p5-multidimensional 0.011
Perl's multidimensional array emulation stems from the days before the language had references, but these days it mostly serves to bite you when you typo a hash slice by using the $ sigil instead of @. This module lexically makes using multidimensional array emulation a fatal error at compile time. WWW: http://search.cpan.org/dist/multidimensional/
This commit is contained in:
parent
f58b8baf7f
commit
fa3ef22657
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336216
5 changed files with 49 additions and 0 deletions
|
@ -3050,6 +3050,7 @@
|
|||
SUBDIR += p5-local-lib
|
||||
SUBDIR += p5-mixin
|
||||
SUBDIR += p5-mocked
|
||||
SUBDIR += p5-multidimensional
|
||||
SUBDIR += p5-namespace-autoclean
|
||||
SUBDIR += p5-namespace-clean
|
||||
SUBDIR += p5-namespace-sweep
|
||||
|
|
32
devel/p5-multidimensional/Makefile
Normal file
32
devel/p5-multidimensional/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= multidimensional
|
||||
PORTVERSION= 0.011
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:ILMARI
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Disables multidimensional array emulation
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-B-Hooks-OP-Check>=0.19:${PORTSDIR}/devel/p5-B-Hooks-OP-Check \
|
||||
p5-ExtUtils-Depends>=0:${PORTSDIR}/devel/p5-ExtUtils-Depends \
|
||||
p5-Lexical-SealRequireHints>=0.005:${PORTSDIR}/devel/p5-Lexical-SealRequireHints
|
||||
RUN_DEPENDS= p5-B-Hooks-OP-Check>=0.19:${PORTSDIR}/devel/p5-B-Hooks-OP-Check \
|
||||
p5-Lexical-SealRequireHints>=0.005:${PORTSDIR}/devel/p5-Lexical-SealRequireHints
|
||||
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501600
|
||||
BUILD_DEPENDS+= p5-CPAN-Meta>=2.112580:${PORTSDIR}/devel/p5-CPAN-Meta
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
devel/p5-multidimensional/distinfo
Normal file
2
devel/p5-multidimensional/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (multidimensional-0.011.tar.gz) = aa46d31355deed8969eb82126afdc9330f6caad17dca18f651f5ae55b9165d6a
|
||||
SIZE (multidimensional-0.011.tar.gz) = 11520
|
8
devel/p5-multidimensional/pkg-descr
Normal file
8
devel/p5-multidimensional/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
Perl's multidimensional array emulation stems from the days before the language
|
||||
had references, but these days it mostly serves to bite you when you typo a hash
|
||||
slice by using the $ sigil instead of @.
|
||||
|
||||
This module lexically makes using multidimensional array emulation a fatal error
|
||||
at compile time.
|
||||
|
||||
WWW: http://search.cpan.org/dist/multidimensional/
|
6
devel/p5-multidimensional/pkg-plist
Normal file
6
devel/p5-multidimensional/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/multidimensional/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/multidimensional/multidimensional.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/multidimensional/multidimensional.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/multidimensional.pm
|
||||
%%PERL5_MAN3%%/multidimensional.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/multidimensional
|
Loading…
Add table
Reference in a new issue