freebsd-ports/devel/p5-Hash-NoRef/Makefile
Sunpoet Po-Chuan Hsieh 63dcf8c413 - Add p5-Hash-NoRef 0.03
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/
2011-10-15 15:31:09 +00:00

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>