blob: e6a2b5a56c5ebe0d1fc147c4a089e74ae98ffb50 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.5 2014/10/19 22:27:44 alnsn Exp $
#
ENGINE= posix
ENGINE_DIR= posix
.include "../../devel/lua-lrexlib/Makefile.common"
PKGREVISION= 3
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"
|