SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

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

View file

@ -0,0 +1,2 @@
SHA256 (Tie-Hash-MultiValue-1.06.tar.gz) = YROqp2gZXdrTVqCi5JHXqcn7Q1Xq7eGKF5PTb+LgyeY=
SIZE (Tie-Hash-MultiValue-1.06.tar.gz) = 13951

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

View file

@ -0,0 +1,4 @@
${P5SITE}/Tie/
${P5SITE}/Tie/Hash/
${P5SITE}/Tie/Hash/MultiValue.pm
@man man/man3p/Tie::Hash::MultiValue.3p