Ticket #37378: git-flow-avh.Portfile​

File git-flow-avh.Portfile​, 1001 bytes (added by robsonpeixoto@…, 11 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
5PortGroup               github 1.0
6
7github.setup            petervanderdoes gitflow 1.5.1
8fetch.type              git
9
10name                    git-flow-avh
11categories              devel
12platforms               darwin
13maintainers             robsonpeixoto.com:robinho openmaintainer
14license                 {Copyright LGPL}
15supported_archs         noarch
16
17description             AVH Edition Git extensions for Vincent Driessen branching.
18
19long_description        A AVH Edition collection of Git extensions to provide high-level \
20                        repository operations for Vincent Driessen branching.
21
22depends_build-append    port:git-core
23
24depends_run-append      port:getopt
25
26conflicts               git-flow
27
28universal_variant       no
29use_configure           no
30
31build {}
32
33destroot.destdir        prefix=${destroot}${prefix}