1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

Perl6 style Junction operators in Perl5. This is a lightweight

module which provides 'Junction' operators, the most commonly used
being any and all.
This commit is contained in:
Lars Thegler 2013-08-30 20:20:53 +00:00
parent b4937d39df
commit ec907b236c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325720
5 changed files with 49 additions and 0 deletions

View File

@ -2691,6 +2691,7 @@
SUBDIR += p5-Sub-Uplevel
SUBDIR += p5-Sub-WrapPackages
SUBDIR += p5-Symbol-Util
SUBDIR += p5-Syntax-Keyword-Junction
SUBDIR += p5-Sys-Cpu
SUBDIR += p5-Sys-Info
SUBDIR += p5-Sys-Info-Base

View File

@ -0,0 +1,27 @@
# $FreeBSD$
PORTNAME= Syntax-Keyword-Junction
PORTVERSION= 0.003006
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Perl6 style Junction operators in Perl5
USES= perl5
USE_PERL5= configure
BUILD_DEPENDS= p5-syntax>=0:${PORTSDIR}/devel/p5-syntax \
p5-Sub-Exporter-Progressive>=0.001.006:${PORTSDIR}/devel/p5-Sub-Exporter-Progressive
RUN_DEPENDS:= ${BUILD_DEPENDS}
MAN3= Syntax::Feature::Junction.3 \
Syntax::Keyword::Junction.3 \
Syntax::Keyword::Junction::All.3 \
Syntax::Keyword::Junction::Any.3 \
Syntax::Keyword::Junction::Base.3 \
Syntax::Keyword::Junction::None.3 \
Syntax::Keyword::Junction::One.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Syntax-Keyword-Junction-0.003006.tar.gz) = 182ab56d86bf3acf292d4ed5893ae0134f43843cdadba3e18f9885e6f86035ec
SIZE (Syntax-Keyword-Junction-0.003006.tar.gz) = 17377

View File

@ -0,0 +1,4 @@
This is a lightweight module which provides 'Junction' operators,
the most commonly used being any and all.
WWW: http://search.cpan.org/dist/Syntax-Keyword-Junction/

View File

@ -0,0 +1,15 @@
%%SITE_PERL%%/Syntax/Feature/Junction.pm
%%SITE_PERL%%/Syntax/Keyword/Junction/Any.pm
%%SITE_PERL%%/Syntax/Keyword/Junction/One.pm
%%SITE_PERL%%/Syntax/Keyword/Junction/Base.pm
%%SITE_PERL%%/Syntax/Keyword/Junction/None.pm
%%SITE_PERL%%/Syntax/Keyword/Junction/All.pm
%%SITE_PERL%%/Syntax/Keyword/Junction.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Syntax/Keyword/Junction/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Syntax/Keyword/Junction
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Syntax/Keyword
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Syntax
@dirrmtry %%SITE_PERL%%/Syntax/Keyword/Junction
@dirrmtry %%SITE_PERL%%/Syntax/Keyword
@dirrmtry %%SITE_PERL%%/Syntax/Feature
@dirrmtry %%SITE_PERL%%/Syntax