SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
devel/p5-Sub-Lambda/Makefile
Normal file
15
devel/p5-Sub-Lambda/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
COMMENT= syntactic sugar for lambdas in Perl
|
||||
|
||||
DISTNAME= Sub-Lambda-0.02
|
||||
REVISION= 1
|
||||
CATEGORIES= devel
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
|
||||
RUN_DEPENDS= devel/p5-Parse-RecDescent
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Sub-Lambda/distinfo
Normal file
2
devel/p5-Sub-Lambda/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Sub-Lambda-0.02.tar.gz) = /sHQ4z7S5oAZNtAiHzA/eLe/TXAhkKXB2oW5Le1XqGQ=
|
||||
SIZE (Sub-Lambda-0.02.tar.gz) = 6127
|
2
devel/p5-Sub-Lambda/pkg/DESCR
Normal file
2
devel/p5-Sub-Lambda/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
This module provides syntactic sugar for lambda abstractions and
|
||||
applications. Perl supports lambdas through subroutine references.
|
8
devel/p5-Sub-Lambda/pkg/PLIST
Normal file
8
devel/p5-Sub-Lambda/pkg/PLIST
Normal file
|
@ -0,0 +1,8 @@
|
|||
${P5SITE}/Sub/
|
||||
${P5SITE}/Sub/Lambda/
|
||||
${P5SITE}/Sub/Lambda.pm
|
||||
${P5SITE}/Sub/Lambda/Filter.pm
|
||||
${P5SITE}/Sub/Lambda/Grammar.pm
|
||||
@man man/man3p/Sub::Lambda.3p
|
||||
@man man/man3p/Sub::Lambda::Filter.3p
|
||||
@man man/man3p/Sub::Lambda::Grammar.3p
|
Loading…
Add table
Add a link
Reference in a new issue