50256c7cf6
feedback and ok sthen@
19 lines
364 B
Makefile
19 lines
364 B
Makefile
# $OpenBSD: Makefile,v 1.8 2008/10/02 20:35:09 simon Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= simple interface to access shared memory
|
|
|
|
MODULES= cpan
|
|
DISTNAME= IPC-ShareLite-0.09
|
|
PKGNAME= p5-${DISTNAME}p1
|
|
CATEGORIES= devel
|
|
|
|
# Artistic License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|