SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
devel/p5-Tie-Hash-MultiValue/Makefile
Normal file
15
devel/p5-Tie-Hash-MultiValue/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
COMMENT= store multiple values per key
|
||||
|
||||
DISTNAME = Tie-Hash-MultiValue-1.06
|
||||
CATEGORIES= devel
|
||||
REVISION = 0
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
|
||||
CPAN_AUTHOR = MCMAHON
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Tie-Hash-MultiValue/distinfo
Normal file
2
devel/p5-Tie-Hash-MultiValue/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Tie-Hash-MultiValue-1.06.tar.gz) = YROqp2gZXdrTVqCi5JHXqcn7Q1Xq7eGKF5PTb+LgyeY=
|
||||
SIZE (Tie-Hash-MultiValue-1.06.tar.gz) = 13951
|
7
devel/p5-Tie-Hash-MultiValue/pkg/DESCR
Normal file
7
devel/p5-Tie-Hash-MultiValue/pkg/DESCR
Normal file
|
@ -0,0 +1,7 @@
|
|||
Tie::Hash::MultiValue allows you to have hashes which store their values
|
||||
in anonymous arrays, appending any new value to the already-existing
|
||||
ones.
|
||||
|
||||
This means that you can store as many items as you like under a single
|
||||
key, and access them all at once by accessing the value stored under the
|
||||
key.
|
4
devel/p5-Tie-Hash-MultiValue/pkg/PLIST
Normal file
4
devel/p5-Tie-Hash-MultiValue/pkg/PLIST
Normal file
|
@ -0,0 +1,4 @@
|
|||
${P5SITE}/Tie/
|
||||
${P5SITE}/Tie/Hash/
|
||||
${P5SITE}/Tie/Hash/MultiValue.pm
|
||||
@man man/man3p/Tie::Hash::MultiValue.3p
|
Loading…
Add table
Add a link
Reference in a new issue