openbsd-ports/devel/p5-IPC-Shareable/Makefile
simon ca2b721685 import p5-IPC-Shareable
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@
2007-09-06 18:10:48 +00:00

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>