SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
devel/p5-Perl6-Junction/Makefile
Normal file
12
devel/p5-Perl6-Junction/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
COMMENT = Perl6 style Junction operators in Perl5
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
DISTNAME = Perl6-Junction-1.60000
|
||||
CATEGORIES = devel
|
||||
REVISION = 0
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Perl6-Junction/distinfo
Normal file
2
devel/p5-Perl6-Junction/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Perl6-Junction-1.60000.tar.gz) = 0CN16FGX6PkbTLLTM0rpqJ9gAi949c1gdtzU7G+ycWQ=
|
||||
SIZE (Perl6-Junction-1.60000.tar.gz) = 7275
|
5
devel/p5-Perl6-Junction/pkg/DESCR
Normal file
5
devel/p5-Perl6-Junction/pkg/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
This is a lightweight module which provides 'Junction' operators, the
|
||||
most commonly used being any and all. Inspired by the Perl6 design docs.
|
||||
|
||||
Provides a limited subset of the functionality of
|
||||
Quantum::Superpositions.
|
9
devel/p5-Perl6-Junction/pkg/PLIST
Normal file
9
devel/p5-Perl6-Junction/pkg/PLIST
Normal file
|
@ -0,0 +1,9 @@
|
|||
${P5SITE}/Perl6/
|
||||
${P5SITE}/Perl6/Junction/
|
||||
${P5SITE}/Perl6/Junction.pm
|
||||
${P5SITE}/Perl6/Junction/All.pm
|
||||
${P5SITE}/Perl6/Junction/Any.pm
|
||||
${P5SITE}/Perl6/Junction/Base.pm
|
||||
${P5SITE}/Perl6/Junction/None.pm
|
||||
${P5SITE}/Perl6/Junction/One.pm
|
||||
@man man/man3p/Perl6::Junction.3p
|
Loading…
Add table
Add a link
Reference in a new issue