File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11PORTNAME = biosoup
22DISTVERSION = 0.11.0
3+ PORTREVISION = 1
34CATEGORIES = biology devel
45
56MAINTAINER = yuri@FreeBSD.org
@@ -11,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
1112
1213TEST_DEPENDS = googletest>0:devel/googletest
1314
14- USES = cmake compiler:gcc- c++11-lib
15+ USES = cmake compiler:c++14-lang
1516
1617USE_GITHUB = yes
1718GH_ACCOUNT = rvaser
@@ -24,10 +25,10 @@ PLIST_FILES= include/biosoup/nucleic_acid.hpp \
2425 include/biosoup/overlap.hpp \
2526 include/biosoup/progress_bar.hpp \
2627 include/biosoup/sequence.hpp \
27- include/biosoup/timer.hpp
28-
29- do-install :
30- cd ${WRKSRC} /include && ${COPYTREE_SHARE} ${PORTNAME} ${STAGEDIR}${PREFIX} /include
28+ include/biosoup/timer.hpp \
29+ lib/cmake/biosoup/biosoupConfig.cmake \
30+ lib/cmake/biosoup/biosoupConfigVersion.cmake \
31+ lib/cmake/biosoup/biosoupTargets.cmake
3132
3233do-test :
3334 @cd ${BUILD_WRKSRC} && \
Original file line number Diff line number Diff line change 1- Biosoup is a c ++ collection of header only data structures used for storage and
1+ Biosoup is a C ++ collection of header only data structures used for storage and
22logging in bioinformatics tools.
You can’t perform that action at this time.
0 commit comments