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