pkgsrc/devel/lua-lrexlib-posix/Makefile

17 lines
347 B
Makefile
Raw Normal View History

2014-10-20 00:27:43 +02:00
# $NetBSD: Makefile,v 1.5 2014/10/19 22:27:44 alnsn Exp $
#
ENGINE= posix
ENGINE_DIR= posix
.include "../../devel/lua-lrexlib/Makefile.common"
2014-10-20 00:27:43 +02:00
PKGREVISION= 3
COMMENT= POSIX regexp library for Lua (lrexlib project)
2011-10-09 12:02:44 +02:00
MAINTAINER= cheusov@NetBSD.org
DESCR_SRC+= ${.CURDIR}/DESCR
.include "../../lang/lua/module.mk"
.include "../../mk/bsd.pkg.mk"