mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
18 lines
278 B
Makefile
18 lines
278 B
Makefile
|
|
PORTNAME= vcftools
|
|
PORTVERSION= 0.1.16
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= biology
|
|
|
|
MAINTAINER= jwb@FreeBSD.org
|
|
COMMENT= Tools for working with VCF genomics files
|
|
|
|
LICENSE= LGPL3
|
|
|
|
USES= autoreconf gmake perl5 pkgconfig
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GITHUB= yes
|
|
|
|
.include <bsd.port.mk>
|