openbsd-ports/devel/p5-WeakRef/Makefile
jasper 90c592ccfa import p5-WeakRef 0.01
A weak reference is just like an ordinary Perl reference except that it
isn't included in the reference count of the thing referred to. This
means that once all references to a particular piece of data are weak,
the piece of data is freed and all the weak references are set to undef.
This is particularly useful for implementing circular data structures
without memory leaks or caches of objects.

ok simon@
2008-09-23 20:53:11 +00:00

21 lines
346 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/09/23 20:53:11 jasper Exp $
SHARED_ONLY = Yes
COMMENT = API to the Perl weak references
DISTNAME = WeakRef-0.01
CATEGORIES = devel
# perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = cpan
CPAN_AUTHOR = LUKKA
.include <bsd.port.mk>