openbsd-ports/devel/p5-IPC-ShareLite/Makefile

21 lines
317 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $OpenBSD: Makefile,v 1.15 2013/03/11 10:50:18 espie Exp $
SHARED_ONLY= Yes
COMMENT= simple interface to access shared memory
MODULES= cpan
2009-06-09 11:46:17 -04:00
DISTNAME= IPC-ShareLite-0.17
2012-08-23 11:00:32 -04:00
REVISION= 2
CATEGORIES= devel
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
2008-10-05 19:03:38 -04:00
# perl
PERMIT_PACKAGE_CDROM= Yes
2012-08-23 11:00:32 -04:00
WANTLIB += c
2009-06-09 11:46:17 -04:00
MAKE_ENV+= TEST_POD=Yes
.include <bsd.port.mk>