9ea7c443e0
This HASH will store it's values without increasing the reference count (weak references). It can be used to store objects but without interfering in the DESTROY mechanism, since the reference in this HASH won't count. ok merdely@
22 lines
413 B
Makefile
22 lines
413 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/12/30 22:33:47 okan Exp $
|
|
|
|
COMMENT= HASH that stores values without a reference count increase
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
DISTNAME= Hash-NoRef-0.03
|
|
CATEGORIES= devel
|
|
MODULES= cpan
|
|
|
|
CPAN_AUTHOR= GMPASSOS
|
|
|
|
MAINTAINER= Okan Demirmen <okan@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|