Ticket #23460: luarocks-2.0.1-Portfile.diff
File luarocks-2.0.1-Portfile.diff, 1.2 KB (added by stefan+macports@…, 15 years ago) |
---|
-
Portfile
old new 1 1 # $Id: Portfile 57984 2009-09-20 08:07:18Z and.damore@macports.org $ 2 2 PortSystem 1.0 3 3 name luarocks 4 version 1.0.14 version 2.0.1 5 5 categories devel 6 6 platforms darwin 7 7 maintainers and.damore … … 15 15 LuaRocks supports both local and remote repositories, and multiple local \ 16 16 rocks trees. 17 17 homepage http://www.luarocks.org/ 18 master_sites http://lua forge.net/frs/download.php/3981/18 master_sites http://luarocks.org/releases/ 19 19 depends_run port:lua 20 20 universal_variant no 21 checksums md5 e6fad9ddecf79808fda7fd257bfbde06\22 sha1 9fc47f12b85ab7a0d7cc62608186555acb4c4707\23 rmd160 f192f6d8e244993c0f448eaa51258046de84113221 checksums md5 795a30b42894ef5cd2ad449c3bf9cff9 \ 22 sha1 aa0870c18d1a04b5045e35b8dd12ff2e5f6b3574 \ 23 rmd160 99182815d289f841600c0d9ac90456d6109982c2 24 24 configure.args --with-lua=${prefix} \ 25 25 --rocks-tree=${prefix}/var/luarocks 26 26