Files
2020-05-15 11:15:27 -06:00

36 lines
1.2 KiB
Tcl

# -*- 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
PortSystem 1.0
PortGroup github 1.0
github.setup vcftools vcftools 0.1.16 v
github.tarball_from releases
revision 0
checksums rmd160 2ddef86b8fa2c325bb063be0843e35655b83c932 \
sha256 dbfc774383c106b85043daa2c42568816aa6a7b4e6abc965eeea6c47dde914e3 \
size 480575
categories science
platforms darwin
maintainers nomaintainer
license GPL-3
description utilities for working with VCF files
long_description A set of tools written in Perl and C++ for working with \
VCF files, such as those generated by the 1000 Genomes \
Project.
homepage https://vcftools.github.io/
depends_build-append port:pkgconfig \
port:zlib
depends_lib-append path:bin/perl:perl5
post-destroot {
xinstall -d ${destroot}${prefix}/share/doc/${name}
xinstall -m 0644 -W ${worksrcpath} \
LICENSE README.md \
${destroot}${prefix}/share/doc/${name}
}