1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00

Pure perl eval with persistent lexical variables.

WWW: http://search.cpan.org/dist/Eval-WithLexicals/
This commit is contained in:
Jun Kuriyama 2013-05-26 07:15:17 +00:00
parent b53a0fc556
commit a32f8fde3c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319094
5 changed files with 36 additions and 0 deletions

View File

@ -1914,6 +1914,7 @@
SUBDIR += p5-Eval-Closure
SUBDIR += p5-Eval-Context
SUBDIR += p5-Eval-LineNumbers
SUBDIR += p5-Eval-WithLexicals
SUBDIR += p5-Event
SUBDIR += p5-Event-ExecFlow
SUBDIR += p5-Event-Join

View File

@ -0,0 +1,22 @@
# $FreeBSD$
PORTNAME= Eval-WithLexicals
PORTVERSION= 1.002000
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DGL
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for pure perl eval with persistent lexical variables
RUN_DEPENDS= \
p5-Moo>=0.009006:${PORTSDIR}/devel/p5-Moo
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Eval::WithLexicals.3 \
Eval::WithLexicals::WithHintPersistence.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Eval-WithLexicals-1.002000.tar.gz) = 09bee14b7367a1c2cd72047f4460dcc362d37ae2584db28455f42aa81d1983b9
SIZE (Eval-WithLexicals-1.002000.tar.gz) = 4863

View File

@ -0,0 +1,3 @@
Pure perl eval with persistent lexical variables.
WWW: http://search.cpan.org/dist/Eval-WithLexicals/

View File

@ -0,0 +1,8 @@
bin/tinyrepl
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Eval/WithLexicals/.packlist
%%SITE_PERL%%/Eval/WithLexicals.pm
%%SITE_PERL%%/Eval/WithLexicals/WithHintPersistence.pm
@dirrm %%SITE_PERL%%/Eval/WithLexicals
@dirrmtry %%SITE_PERL%%/Eval
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Eval/WithLexicals
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Eval