18 lines
327 B
Makefile
18 lines
327 B
Makefile
# $OpenBSD: Makefile,v 1.9 2008/10/05 23:03:38 jasper Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= simple interface to access shared memory
|
|
|
|
MODULES= cpan
|
|
DISTNAME= IPC-ShareLite-0.13
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|