1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/biology/fastp/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

24 lines
403 B
Makefile

PORTNAME= fastp
DISTVERSIONPREFIX= v
DISTVERSION= 0.20.1
CATEGORIES= biology
MAINTAINER= jwb@FreeBSD.org
COMMENT= Ultra-fast all-in-one FASTQ preprocessor
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= compiler:c++11-lang gmake
USE_GITHUB= yes
GH_ACCOUNT= OpenGene
ALL_TARGET= fastp
PLIST_FILES= bin/fastp
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/fastp
.include <bsd.port.mk>