SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
21
devel/p5-Hash-AutoHash/Makefile
Normal file
21
devel/p5-Hash-AutoHash/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
COMMENT= object-oriented access to real and tied hashes
|
||||
|
||||
DISTNAME = Hash-AutoHash-1.17
|
||||
CATEGORIES= devel
|
||||
REVISION = 0
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
|
||||
CONFIGURE_STYLE= modbuild
|
||||
|
||||
RUN_DEPENDS= devel/p5-List-MoreUtils \
|
||||
devel/p5-Tie-Hash-MultiValue \
|
||||
devel/p5-Tie-ToObject
|
||||
TEST_DEPENDS= devel/p5-Test-Deep \
|
||||
devel/p5-Test-Pod-Content
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Hash-AutoHash/distinfo
Normal file
2
devel/p5-Hash-AutoHash/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Hash-AutoHash-1.17.tar.gz) = xNr7htEGZnANvchjsiHD/1ZSPLOzy7fSUBIW+3CO31I=
|
||||
SIZE (Hash-AutoHash-1.17.tar.gz) = 53662
|
8
devel/p5-Hash-AutoHash/pkg/DESCR
Normal file
8
devel/p5-Hash-AutoHash/pkg/DESCR
Normal file
|
@ -0,0 +1,8 @@
|
|||
This is yet another module that lets you access or change the elements
|
||||
of a hash using methods with the same name as the element's key. It
|
||||
follows in the footsteps of Hash::AsObject, Hash::Inflator,
|
||||
Data::OpenStruct::Deep, Object::AutoAccessor, and probably others. The
|
||||
main difference between this module and its forebears is that it
|
||||
supports tied hashes, in addition to regular hashes. This allows a
|
||||
modular division of labor: this class is generic and treats all hashes
|
||||
the same; any special semantics come from the tied hash.
|
3
devel/p5-Hash-AutoHash/pkg/PLIST
Normal file
3
devel/p5-Hash-AutoHash/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/Hash/
|
||||
${P5SITE}/Hash/AutoHash.pm
|
||||
@man man/man3p/Hash::AutoHash.3p
|
Loading…
Add table
Add a link
Reference in a new issue