63dcf8c413
Hash::NoRef is a Perl module to create HASH that store values without increase the reference count (weak references). This can be used to store objects but without interfere in the DESTROY mechanism, since the reference in this HASH won't count. WWW: http://search.cpan.org/dist/Hash-NoRef/
21 lines
423 B
Makefile
21 lines
423 B
Makefile
# New ports collection makefile for: p5-Hash-NoRef
|
|
# Date created: 2011-10-10
|
|
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Hash-NoRef
|
|
PORTVERSION= 0.03
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= A HASH that store values without increase the reference count
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Hash::NoRef.3
|
|
|
|
.include <bsd.port.mk>
|