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

24 lines
395 B
Makefile
Raw Normal View History

2012-08-23 11:00:32 -04:00
# $OpenBSD: Makefile,v 1.14 2012/08/23 15:05:15 sthen 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
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= 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>