SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
devel/p5-Hash-Util-FieldHash-Compat/Makefile
Normal file
12
devel/p5-Hash-Util-FieldHash-Compat/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
COMMENT = use Hash::Util::FieldHash or ties, depending on availability
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
DISTNAME = Hash-Util-FieldHash-Compat-0.11
|
||||
CATEGORIES = devel
|
||||
REVISION = 0
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Hash-Util-FieldHash-Compat/distinfo
Normal file
2
devel/p5-Hash-Util-FieldHash-Compat/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Hash-Util-FieldHash-Compat-0.11.tar.gz) = ZC5Gp1tTe6EUILMPiwNAPJCgahVFjNgAnzOf6eXzdBs=
|
||||
SIZE (Hash-Util-FieldHash-Compat-0.11.tar.gz) = 27473
|
6
devel/p5-Hash-Util-FieldHash-Compat/pkg/DESCR
Normal file
6
devel/p5-Hash-Util-FieldHash-Compat/pkg/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
Under older perls this module provides a drop in compatible api to
|
||||
Hash::Util::FieldHash using perltie. When Hash::Util::FieldHash is
|
||||
available it will use that instead.
|
||||
This way code requiring field hashes can benefit from fast, robust field
|
||||
hashes on Perl 5.10 and newer, but still run on older perls that don't
|
||||
ship with that module.
|
8
devel/p5-Hash-Util-FieldHash-Compat/pkg/PLIST
Normal file
8
devel/p5-Hash-Util-FieldHash-Compat/pkg/PLIST
Normal file
|
@ -0,0 +1,8 @@
|
|||
${P5SITE}/Hash/
|
||||
${P5SITE}/Hash/Util/
|
||||
${P5SITE}/Hash/Util/FieldHash/
|
||||
${P5SITE}/Hash/Util/FieldHash/Compat/
|
||||
${P5SITE}/Hash/Util/FieldHash/Compat.pm
|
||||
${P5SITE}/Hash/Util/FieldHash/Compat/Heavy.pm
|
||||
@man man/man3p/Hash::Util::FieldHash::Compat.3p
|
||||
@man man/man3p/Hash::Util::FieldHash::Compat::Heavy.3p
|
Loading…
Add table
Add a link
Reference in a new issue