freebsd-ports/biology/tRNAscan-SE/Makefile
Piotr Kubaj 544262f7ef biology/tRNAscan-SE: fix build with GCC-based architectures
Add USES=compiler:c11 to fix build.

Approved by:	mentors (implicit approval)
2019-05-07 19:45:17 +00:00

25 lines
513 B
Makefile

# Created by: chuynh@biolateral.com.au
# $FreeBSD$
PORTNAME= tRNAscan-SE
PORTVERSION= 2.0.0
PORTREVISION= 1
CATEGORIES= biology
MASTER_SITES= http://lowelab.ucsc.edu/software/
DISTFILES= ${DISTNAME:tl}${EXTRACT_SUFX}
MAINTAINER= mzaki@niid.go.jp
COMMENT= Searching for tRNA genes in genomic sequence
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= cmsearch:biology/infernal
WRKSRC= ${WRKDIR}/${DISTNAME:S,.0$,,}
GNU_CONFIGURE= yes
USES= compiler:c11 perl5 autoreconf
.include <bsd.port.mk>