diff options
Diffstat (limited to 'biology/fasttree/Makefile')
-rw-r--r-- | biology/fasttree/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/biology/fasttree/Makefile b/biology/fasttree/Makefile index 560274658cd1..47ede864ea6f 100644 --- a/biology/fasttree/Makefile +++ b/biology/fasttree/Makefile @@ -1,23 +1,23 @@ PORTNAME= FastTree -DISTVERSION= 2.1.10 -PORTREVISION= 5 +DISTVERSION= 2.1.11 CATEGORIES= biology -MASTER_SITES= http://www.microbesonline.org/fasttree/ +MASTER_SITES= https://www.microbesonline.org/fasttree/ EXTRACT_SUFX= .c MAINTAINER= jwb@FreeBSD.org COMMENT= Approximately-maximum-likelihood phylogenetic trees from alignments -WWW= http://www.microbesonline.org/fasttree/ +WWW= https://www.microbesonline.org/fasttree/ LICENSE= GPLv2+ -NO_WRKSUBDIR= yes -PLIST_FILES= bin/FastTree - .if !exists(/usr/include/omp.h) USES= compiler:gcc-c++11-lib .endif +NO_WRKSUBDIR= yes + +PLIST_FILES= bin/FastTree + do-extract: @${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC} @${CP} ${FILESDIR}/Makefile ${WRKSRC} |