diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-08-07 16:06:06 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-08-07 16:06:06 +0000 |
commit | 2fd055842481f238a00cfa99a5363ece1aeaaf1e (patch) | |
tree | b6c965dfd88257858486e48129d2fe507a878762 /lang/konoha/Makefile | |
parent | 9bb25dbfd9acc192d0cebbad9d1b4bcf38d56989 (diff) | |
download | pkgsrc-2fd055842481f238a00cfa99a5363ece1aeaaf1e.tar.gz |
Import konoha-1.0.0.952 as lang/konoha.
Konoha is a new scripting language that offers flexible scripting
and static programming features.
I have tested only on NetBSD/i386 6.99.10.
Diffstat (limited to 'lang/konoha/Makefile')
-rw-r--r-- | lang/konoha/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lang/konoha/Makefile b/lang/konoha/Makefile new file mode 100644 index 00000000000..9ffa293d9d1 --- /dev/null +++ b/lang/konoha/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 2012/08/07 16:06:06 ryoon Exp $ +# + +DISTNAME= konoha-1.0.0-952 +PKGNAME= konoha-1.0.0.952 +CATEGORIES= lang +MASTER_SITES= http://konoha.googlecode.com/files/ + +MAINTAINER= ryoon@NetBSD.org +HOMEPAGE= http://konohascript.org/ +COMMENT= Statically-typed scripting langauge +LICENSE= gnu-lgpl-v3 + +PKG_DESTDIR_SUPPORT= user-destdir + +WRKSRC= ${WRKDIR}/konoha-1.0.0 +USE_CMAKE= yes +USE_LANGUAGES= c c++ + +.include "../../databases/sqlite3/buildlink3.mk" +.include "../../devel/pcre/buildlink3.mk" +.include "../../devel/readline/buildlink3.mk" +.include "../../www/curl/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |