Changeset View
Changeset View
Standalone View
Standalone View
biology/minimap2/Makefile
| PORTNAME= minimap2 | PORTNAME= minimap2 | ||||
| DISTVERSIONPREFIX= v | DISTVERSIONPREFIX= v | ||||
| DISTVERSION= 2.30 | DISTVERSION= 2.30 | ||||
| CATEGORIES= biology | CATEGORIES= biology | ||||
| MAINTAINER= jwb@FreeBSD.org | MAINTAINER= jwb@FreeBSD.org | ||||
| COMMENT= Pairwise aligner for genomic and spliced nucleotide sequences | COMMENT= Pairwise aligner for genomic and spliced nucleotide sequences | ||||
| WWW= https://github.com/lh3/minimap2 | WWW= https://github.com/lh3/minimap2 | ||||
| LICENSE= MIT | LICENSE= MIT | ||||
| LICENSE_FILE= ${WRKSRC}/LICENSE.txt | LICENSE_FILE= ${WRKSRC}/LICENSE.txt | ||||
| NOT_FOR_ARCHS= i386 mips powerpc powerpcspe | NOT_FOR_ARCHS= i386 powerpc powerpcspe | ||||
| NOT_FOR_ARCHS_REASON= Requires 64-bit processor, except ARM NEON | NOT_FOR_ARCHS_REASON= Requires 64-bit processor, except ARM NEON | ||||
| BUILD_DEPENDS= simde>0:devel/simde | BUILD_DEPENDS= simde>0:devel/simde | ||||
| USES= gmake localbase | USES= gmake localbase | ||||
| USE_GITHUB= yes | USE_GITHUB= yes | ||||
| GH_ACCOUNT= lh3 | GH_ACCOUNT= lh3 | ||||
| Show All 13 Lines | |||||