pkgsrc/devel/lua-lrexlib/Makefile

28 lines
601 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.2 2011/07/29 22:09:15 cheusov Exp $
.include "../../devel/lua-lrexlib/Makefile.version"
DISTNAME= lua-lrexlib-${VERSION}
CATEGORIES= meta-pkgs
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= cheusov@tut.by
HOMEPAGE= http://luaforge.net/projects/lrexlib
COMMENT= Regexp libraries for Lua programming language
LICENSE= mit
APIs= pcre posix onig
.for i in ${APIs}
DEPENDS+= lua-lrexlib-${i}-${VERSION}{,nb*}:../../devel/lua-lrexlib-${i}
.endfor
DESCR_SRC= ${.CURDIR}/DESCR.common
META_PACKAGE= yes
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../mk/bsd.pkg.mk"