freebsd-ports/biology/minimap2/Makefile
Jason W. Bacon 57d280a35e biology/minimap2: Update to 2.25
New feature to output sequences in secondary alignments
Several minor enhancements and fixes
Changes: https://github.com/lh3/minimap2/releases

Reported by:    portscout
2023-04-29 09:53:40 -05:00

25 lines
461 B
Makefile

PORTNAME= minimap2
DISTVERSIONPREFIX= v
DISTVERSION= 2.25
CATEGORIES= biology
MAINTAINER= jwb@FreeBSD.org
COMMENT= Pairwise aligner for genomic and spliced nucleotide sequences
WWW= https://github.com/lh3/minimap2
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= simde>0:devel/simde
USES= gmake localbase
USE_GITHUB= yes
GH_ACCOUNT= lh3
ALL_TARGET= extra
INSTALL_TARGET= install-strip
MAKEFILE= Makefile.simde
.include <bsd.port.mk>