22 lines
381 B
Makefile
22 lines
381 B
Makefile
# $OpenBSD: Makefile,v 1.12 2010/10/18 17:48:02 espie Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= simple interface to access shared memory
|
|
|
|
MODULES= cpan
|
|
DISTNAME= IPC-ShareLite-0.17
|
|
REVISION= 0
|
|
CATEGORIES= devel
|
|
USE_GROFF = Yes
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MAKE_ENV+= TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|