summaryrefslogtreecommitdiff
path: root/biology/vcftools/Makefile
blob: 95367e64509f2ded7050c0609fb1831690e332e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>