Ticket #43225: Portfile

File Portfile, 1.5 KB (added by jul_bsd@…, 10 years ago)
Line 
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# $Id$
3
4PortSystem          1.0
5
6#PortGroup           ruby 1.0
7
8name                rb-vagrant
9version             1.6.2
10#ruby.setup          vagrant ${version} gem
11#ruby.setup          vagrant ${version}
12categories          sysutils
13platforms           darwin
14maintainers         yahoo.fr:jul_bsd openmaintainer
15license             MIT
16
17description         tool for building and distributing working environments
18long_description    ${description}
19
20homepage            http://www.vagrantup.com/
21master_sites        https://github.com/mitchellh/vagrant/archive/
22distname            v${version}
23checksums           rmd160  bf88de3074bbcf65160476f2682e3c57d959bf0c \
24                    sha256  6ff8c38d1682578160ae7b6f933cc7074f5a65287b15b738c52e0b261ad25452
25worksrcdir          vagrant-${version}
26#fetch.type          git
27#git.url             https://github.com/mitchellh/vagrant
28#git.branch          1.5.1
29
30depends_build       port:rb19-rake port:rb19-bundler
31depends_run         port:virtualbox
32supported_archs     noarch
33
34## https://github.com/mitchellh/vagrant/wiki/Installing-Vagrant-from-source
35use_configure       no
36build.cmd           bundle-1.9
37build.target        install
38destroot.cmd        rake
39destroot.target     install
40
41
42livecheck.type      regex
43livecheck.url       https://github.com/mitchellh/vagrant/releases
44livecheck.regex     "<a href=\"/mitchellh/vagrant/releases/tag/v(\\d+(?:\\.\\d+)*)\">"
45
46