Changeset View
Changeset View
Standalone View
Standalone View
biology/salmon/Makefile
| PORTNAME= salmon | PORTNAME= salmon | ||||
| DISTVERSIONPREFIX= v | DISTVERSIONPREFIX= v | ||||
| DISTVERSION= 1.10.3 | DISTVERSION= 1.10.3 | ||||
| PORTREVISION= 2 | PORTREVISION= 2 | ||||
| CATEGORIES= biology | CATEGORIES= biology | ||||
| MAINTAINER= jwb@FreeBSD.org | MAINTAINER= jwb@FreeBSD.org | ||||
| COMMENT= Transcript-level quantification of RNA-seq from lightweight alignments | COMMENT= Transcript-level quantification of RNA-seq from lightweight alignments | ||||
| WWW= https://github.com/COMBINE-lab/salmon | WWW= https://github.com/COMBINE-lab/salmon | ||||
| LICENSE= GPLv3 | LICENSE= GPLv3 | ||||
| LICENSE_FILE= ${WRKSRC}/LICENSE | LICENSE_FILE= ${WRKSRC}/LICENSE | ||||
| NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc powerpcspe | NOT_FOR_ARCHS= armv6 armv7 i386 powerpc powerpcspe | ||||
| NOT_FOR_ARCHS_REASON= Requires 64-bit processor | NOT_FOR_ARCHS_REASON= Requires 64-bit processor | ||||
| # libtool and auto* are run manually in submodules, so don't put them in USES | # libtool and auto* are run manually in submodules, so don't put them in USES | ||||
| BUILD_DEPENDS= bash:shells/bash \ | BUILD_DEPENDS= bash:shells/bash \ | ||||
| cereal>=1.3.0:devel/cereal \ | cereal>=1.3.0:devel/cereal \ | ||||
| libgff>=2.0.0:biology/libgff \ | libgff>=2.0.0:biology/libgff \ | ||||
| libtool:devel/libtool \ | libtool:devel/libtool \ | ||||
| autoreconf:devel/autoconf \ | autoreconf:devel/autoconf \ | ||||
| Show All 38 Lines | |||||