Commits
Aaron Madlon-Kay authored 46c352bcc82
12 12 | |
13 13 | description Git Large File Storage |
14 14 | long_description ${description} is an extension for versioning large files |
15 15 | homepage https://git-lfs.github.com/ |
16 16 | license MIT |
17 17 | |
18 18 | checksums rmd160 ff92bcb4d03b93ee640a36cd7ad780eaaa948933 \ |
19 19 | sha256 1fb0b6951b8a5094d6f07e112f9fe2a1f4abd45cc7b07ed7faa4d6fd9c433cfa \ |
20 20 | size 946475 |
21 21 | |
22 - | depends_build port:go \ |
23 - | port:rb19-ronn |
22 + | depends_build-append port:rb19-ronn |
24 23 | depends_run port:git |
25 24 | |
26 25 | use_configure no |
27 26 | |
28 27 | build.cmd make |
29 28 | build.target bin/git-lfs man |
30 29 | build.args RONN=${prefix}/bin/ronn-1.9 |
31 30 | |
32 31 | destroot { |
33 32 | set bindir ${destroot}${prefix}/bin |