be26d1d912
Change maintainer email bacon4000@gmail.com to jwb@FreeBSD.org Remove Created by comments for same user Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D14128
19 lines
290 B
Makefile
19 lines
290 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= vcftools
|
|
PORTVERSION= 0.1.15
|
|
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>
|