freebsd-ports/biology/vcftools/Makefile
Jason W. Bacon be26d1d912 Multiple ports:
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
2018-01-31 01:07:07 +00:00

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>