15 lines
334 B
Makefile
15 lines
334 B
Makefile
# $NetBSD: Makefile,v 1.2 2011/10/09 10:02:47 cheusov Exp $
|
|
#
|
|
|
|
ENGINE= posix
|
|
ENGINE_DIR= posix
|
|
|
|
.include "../../devel/lua-lrexlib/Makefile.common"
|
|
|
|
COMMENT= POSIX regexp library for Lua (lrexlib project)
|
|
MAINTAINER= cheusov@NetBSD.org
|
|
|
|
DESCR_SRC+= ${.CURDIR}/DESCR
|
|
|
|
.include "../../lang/lua/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|