freebsd-ports/biology/stacks/Makefile
Jason W. Bacon 56d5a1146f biology/stacks: Software pipeline for building loci from short-read sequences
Reviewed by:    mat
Approved by:    jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D14885
2018-03-31 13:16:05 +00:00

20 lines
418 B
Makefile

# $FreeBSD$
PORTNAME= stacks
DISTVERSION= 1.48
CATEGORIES= biology
MASTER_SITES= http://catchenlab.life.illinois.edu/stacks/source/
MAINTAINER= jwb@FreeBSD.org
COMMENT= Software pipeline for building loci from short-read sequences
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gmake python shebangfix
SHEBANG_FILES= scripts/*.pl scripts/*.py
GNU_CONFIGURE= yes
LDFLAGS+= -lpthread
.include <bsd.port.mk>