# -*- 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
description A fast version control system
long_description Git is a fast, scalable, distributed open source version \
control system focusing on speed and efficiency.
maintainers {ciserlohn @ci42} openmaintainer
homepage http://git-scm.com/
master_sites https://www.kernel.org/pub/software/scm/git/ \
https://cdn.kernel.org/pub/software/scm/git/
distfiles git-${version}${extract.suffix} \
git-manpages-${version}${extract.suffix}
checksums git-${version}${extract.suffix} \
rmd160 2fc27cb7eaf9d74d0d305ef97fc1c6f7ea14a75f \
sha256 8b40be383a603147ae29337136c00d1c634bdfdc169a30924a024596a7e30e92 \
git-manpages-${version}${extract.suffix} \
rmd160 ee6d2f843517c9c3f5c90b57e801fa94e827dbd4 \
sha256 9ae3be95e63379597164c79c9018e84b7ef6964da923e5689dbc307693266096 \
perl5.require_variant yes
perl5.conflict_variants no
perl5.default_branch 5.26
perl5.create_variants ${perl5.branches}
depends_lib-append port:curl \
path:lib/libssl.dylib:openssl \
depends_run-append port:p${perl5.major}-authen-sasl \
port:p${perl5.major}-error \
port:p${perl5.major}-net-smtp-ssl \
port:p${perl5.major}-term-readkey \
port:p${perl5.major}-cgi \
patchfiles patch-Makefile.diff git-subtree.1.diff patch-sha1dc-older-apple-gcc-versions.diff
extract.only git-${version}${extract.suffix} \
git-manpages-${version}${extract.suffix}
set CFLAGS "-I. -Wall -O2 -I${prefix}/include [get_canonical_archflags cc]"