- 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:
Sunpoet Po-Chuan Hsieh 2011-08-10 12:27:36 +00:00
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

View file

@ -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

View 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>

View file

@ -0,0 +1,2 @@
SHA256 (Tie-Function-0.02.tar.gz) = 0b1617af218dfab911ba0fbd72210529a246efe140332da77fe3e03d11000117
SIZE (Tie-Function-0.02.tar.gz) = 2173

View 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/

View 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