blob: 982aabac382d6fb263e6ff418f00c8eea754c866 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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>
|