freebsd-ports/biology/wfa2-lib/Makefile
Jason W. Bacon 1de14dfc3b biology/wfa2-lib: Update to 2.3.5
A few bug fixes.
Changes: https://github.com/smarco/WFA2-lib/releases

Reported by:    portscout
2024-04-22 07:42:04 -05:00

21 lines
396 B
Makefile

PORTNAME= wfa2-lib
DISTVERSIONPREFIX= v
DISTVERSION= 2.3.5
CATEGORIES= biology
MAINTAINER= jwb@FreeBSD.org
COMMENT= Exact gap-affine algorithm using homology to accelerate alignment
WWW= https://github.com/smarco/WFA2-lib
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake pkgconfig
USE_GITHUB= yes
USE_LDCONFIG= yes
GH_ACCOUNT= smarco
GH_PROJECT= WFA2-lib
.include <bsd.port.mk>