15 lines
254 B
Makefile
15 lines
254 B
Makefile
# $OpenBSD: Makefile,v 1.9 2020/07/03 21:44:57 sthen Exp $
|
|
|
|
COMMENT = share Perl variables between processes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = IPC-Shareable-0.61
|
|
CATEGORIES = devel
|
|
REVISION = 1
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
.include <bsd.port.mk>
|