Perl module to prevent leakage of lexical hints
WWW: http://search.cpan.org/dist/Lexical-SealRequireHints/
This commit is contained in:
parent
b056987a7e
commit
beb176abc3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292222
4 changed files with 32 additions and 0 deletions
|
@ -1964,6 +1964,7 @@
|
|||
SUBDIR += p5-Jonk
|
||||
SUBDIR += p5-Lexical-Alias
|
||||
SUBDIR += p5-Lexical-Persistence
|
||||
SUBDIR += p5-Lexical-SealRequireHints
|
||||
SUBDIR += p5-Lingua-JA-Fold
|
||||
SUBDIR += p5-List-AllUtils
|
||||
SUBDIR += p5-List-Cycle
|
||||
|
|
21
devel/p5-Lexical-SealRequireHints/Makefile
Normal file
21
devel/p5-Lexical-SealRequireHints/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# New ports collection makefile for: p5-Lexical-SealRequireHints
|
||||
# Date created: 2012-02-24
|
||||
# Whom: Steve Wills <swills@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Lexical-SealRequireHints
|
||||
PORTVERSION= 0.007
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl module to prevent leakage of lexical hints
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Lexical::SealRequireHints.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Lexical-SealRequireHints/pkg-descr
Normal file
3
devel/p5-Lexical-SealRequireHints/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Perl module to prevent leakage of lexical hints
|
||||
|
||||
WWW: http://search.cpan.org/dist/Lexical-SealRequireHints/
|
7
devel/p5-Lexical-SealRequireHints/pkg-plist
Normal file
7
devel/p5-Lexical-SealRequireHints/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/Lexical/SealRequireHints.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lexical/SealRequireHints/SealRequireHints.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lexical/SealRequireHints/SealRequireHints.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lexical/SealRequireHints/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Lexical
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lexical/SealRequireHints
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lexical
|
Loading…
Reference in a new issue