ca2b721685
IPC::Shareable allows you to tie a variable to shared memory making it easy to share the contents of that variable with other Perl processes. Scalars, arrays, and hashes can be tied. The variable being tied may contain arbitrarily complex data structures - including references to arrays, hashes of hashes, etc. ok jasper@
18 lines
359 B
Makefile
18 lines
359 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/09/06 18:10:48 simon Exp $
|
|
|
|
COMMENT= share Perl variables between processes
|
|
|
|
MODULES= cpan
|
|
DISTNAME= IPC-Shareable-0.60
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|