summaryrefslogtreecommitdiff
path: root/math/cryptominisat/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-11-11 19:43:03 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-11-11 19:43:03 +0000
commitff07470743c1be0c6bea12e73e4b1c23f2d92fe0 (patch)
tree422da078e0c6e67d85fcdc4d452e7dcca4c89a32 /math/cryptominisat/Makefile
parent- Fix LICENSE (diff)
- Update to 5.0.1
PR: 212601 Submitted by: 6yearold@gmail.com (maintainer)
Notes
Notes: svn path=/head/; revision=425907
Diffstat (limited to 'math/cryptominisat/Makefile')
-rw-r--r--math/cryptominisat/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/math/cryptominisat/Makefile b/math/cryptominisat/Makefile
index dc966946f86c..085ed0fe242a 100644
--- a/math/cryptominisat/Makefile
+++ b/math/cryptominisat/Makefile
@@ -1,14 +1,15 @@
# $FreeBSD$
PORTNAME= cryptominisat
-PORTVERSION= 5.0.0
+PORTVERSION= 5.0.1
CATEGORIES= math
MAINTAINER= 6yearold@gmail.com
COMMENT= General-purpose award-winning SAT solver
-LICENSE= LGPL3
-LICENSE_FILE= ${WRKSRC}/LICENSE
+LICENSE= MIT LGPL21
+LICENSE_COMB= multi
+LICENSE_FILE_LGPL21= ${WRKSRC}/LICENSE-SCALMC
BUILD_DEPENDS= xxd:editors/vim-lite # for xxd tool
LIB_DEPENDS= libboost_program_options.so:devel/boost-libs