mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 02:24:06 -04:00
7 lines
219 B
Makefile
7 lines
219 B
Makefile
# $NetBSD: version.mk,v 1.3 2015/03/08 10:55:19 alnsn Exp $
|
|
|
|
LUA_VERSION= 5.2.4
|
|
|
|
LUA_VERSION_MAJOR= ${LUA_VERSION:C/([0-9]+)\.([0-9]+)\.([0-9]+)/\1/}
|
|
LUA_VERSION_MINOR= ${LUA_VERSION:C/([0-9]+)\.([0-9]+)\.([0-9]+)/\2/}
|