1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/devel/p5-Tie-RefHash/Makefile
Lars Balker Rasmussen 0ad56eab05 This module provides the ability to use references as hash keys if you
first "tie" the hash variable to this module.  Normally, only the keys
of the tied hash itself are preserved as references; to use references
as keys in hashes-of-hashes, use Tie::RefHash::Nestable, included as
part of Tie::RefHash.

Note, this module is part of all relevant perl dists, but various CPAN
packages are beginning to require bug fixes found in newer versions.
2007-06-27 13:51:04 +00:00

22 lines
399 B
Makefile

# Ports collection makefile for: p5-Tie-RefHash
# Date created: Jun 27, 2007
# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Tie-RefHash
PORTVERSION= 1.37
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lbr@FreeBSD.org
COMMENT= Tie::RefHash - use references as hash keys
PERL_CONFIGURE= yes
MAN3= Tie::RefHash.3
.include <bsd.port.mk>