mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
e276fc2c71
Fix the plotly.js CDN issue Reported by: portscout
26 lines
416 B
Makefile
26 lines
416 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|