freebsd-ports/biology/vcftools/Makefile
Jason W. Bacon 6f67614dd1 biology/vcftools: Update to 0.1.16, a security release
Approved by:    jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D16587
2018-08-04 01:29:29 +00:00

18 lines
290 B
Makefile

# $FreeBSD$
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>