freebsd-ports/biology/bedtools/Makefile
Mark Linimon 6a67297b00 Mark some ports failing on armv6, for errors classified as "clang".
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-27 15:07:11 +00:00

31 lines
621 B
Makefile

# Created by: Scott Cheloha <scottcheloha@gmail.com>
# $FreeBSD$
PORTNAME= bedtools
PORTVERSION= 2.25.0
DISTVERSIONPREFIX= v
CATEGORIES= biology
MASTER_SITES= GITHUB
MAINTAINER= scottcheloha@gmail.com
COMMENT= Toolset for genome arithmetic
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_armv6= fails to compile: implicit instantiation of undefined template __static_assert_test<false>
USE_GITHUB= yes
GH_ACCOUNT= arq5x
GH_PROJECT= bedtools2
USES= gmake python
#NO_ARCH= yes
MAKE_JOBS_UNSAFE= yes
post-patch:
@${REINPLACE_CMD} -e 's|python|${PYTHON_CMD}|g' \
${WRKSRC}/Makefile
.include <bsd.port.mk>