mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Add p5-Tie-Function 0.02
Tie::Function simplifies wrapping functions in tied hash syntax so they can be interpolated in double-quoted literals without messy intermediate variables. WWW: http://search.cpan.org/dist/Tie-Function/
This commit is contained in:
parent
b515624c9f
commit
032065463d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279410
5 changed files with 33 additions and 0 deletions
|
@ -2434,6 +2434,7 @@
|
|||
SUBDIR += p5-Tie-File
|
||||
SUBDIR += p5-Tie-File-AsHash
|
||||
SUBDIR += p5-Tie-FileLRUCache
|
||||
SUBDIR += p5-Tie-Function
|
||||
SUBDIR += p5-Tie-Hash-Indexed
|
||||
SUBDIR += p5-Tie-Hash-MultiValue
|
||||
SUBDIR += p5-Tie-Hash-Regex
|
||||
|
|
21
devel/p5-Tie-Function/Makefile
Normal file
21
devel/p5-Tie-Function/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# New ports collection makefile for: p5-Tie-Function
|
||||
# Date created: 2011-08-04
|
||||
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Tie-Function
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Wrap functions in tied hash sugar
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Tie::Function.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Tie-Function/distinfo
Normal file
2
devel/p5-Tie-Function/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Tie-Function-0.02.tar.gz) = 0b1617af218dfab911ba0fbd72210529a246efe140332da77fe3e03d11000117
|
||||
SIZE (Tie-Function-0.02.tar.gz) = 2173
|
4
devel/p5-Tie-Function/pkg-descr
Normal file
4
devel/p5-Tie-Function/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Tie::Function simplifies wrapping functions in tied hash syntax so they can be
|
||||
interpolated in double-quoted literals without messy intermediate variables.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Tie-Function/
|
5
devel/p5-Tie-Function/pkg-plist
Normal file
5
devel/p5-Tie-Function/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
%%SITE_PERL%%/Tie/Function.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/Function/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/Function
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie
|
||||
@dirrmtry %%SITE_PERL%%/Tie
|
Loading…
Add table
Reference in a new issue