freebsd-ports/biology/tRNAscan-SE/Makefile
Fernando Apesteguía 350f03198a biology/tRNAscan-SE: update to 2.0.5
This commit also changes maintainer's email.

PR:	243248
Submitted by:	mzaki@e-mail.ne.jp (maintainer)
2020-01-13 17:36:57 +00:00

27 lines
512 B
Makefile

# Created by: chuynh@biolateral.com.au
# $FreeBSD$
PORTNAME= tRNAscan-SE
PORTVERSION= 2.0.5
CATEGORIES= biology
MASTER_SITES= http://trna.ucsc.edu/software/
DISTFILES= ${DISTNAME:tl}${EXTRACT_SUFX}
MAINTAINER= mzaki@e-mail.ne.jp
COMMENT= Searching for tRNA genes in genomic sequence
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= cmsearch:biology/infernal
USES= perl5 autoreconf
WRKSRC= ${WRKDIR}/${DISTNAME:C,\.[0-9]+$,,}
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>