Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

6
lang/lua/version.mk Normal file
View File

@@ -0,0 +1,6 @@
# $NetBSD: version.mk,v 1.2 2012/03/12 15:49:27 wiz Exp $
LUA_VERSION= 5.1.5
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/}