Commits
Chih-Hsuan Yen authored cff48ddb251
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup github 1.0 |
5 5 | |
6 6 | github.setup luarocks luarocks 2.4.4 v |
7 + | revision 1 |
7 8 | license MIT |
8 9 | categories devel |
9 10 | platforms darwin |
10 11 | maintainers nomaintainer |
11 12 | supported_archs noarch |
12 13 | |
13 14 | description Manager for rocks, lua extensions. |
14 15 | long_description \ |
15 16 | LuaRocks is a deployment and management system for Lua modules that allows \ |
16 17 | you to install self-contained modules (\"rocks\") which also contain \ |
17 18 | version dependency information. It handles both install time dependencies \ |
18 - | revision1 |
19 19 | and runtime version check. LuaRocks supports local and remote \ |
20 20 | repositories, and multiple local rocks trees. |
21 21 | |
22 22 | homepage http://www.luarocks.org/ |
23 23 | depends_lib port:lua |
24 24 | |
25 25 | checksums rmd160 3e30700a3684c20bc80a55cbcb4dd5748a67087c \ |
26 26 | sha256 1b4e6048306acacb69b0769100451250336ea2cf1f105786e852af8bfa4c8df5 \ |
27 27 | size 5820693 |
28 28 | |