|
Lines 1-14
Link Here
|
| 1 |
# $FreeBSD: head/math/cryptominisat/Makefile 421212 2016-09-01 13:25:49Z cpm $ |
1 |
# $FreeBSD: head/math/cryptominisat/Makefile 421212 2016-09-01 13:25:49Z cpm $ |
| 2 |
|
2 |
|
| 3 |
PORTNAME= cryptominisat |
3 |
PORTNAME= cryptominisat |
| 4 |
PORTVERSION= 5.0.0 |
4 |
PORTVERSION= 5.0.1 |
| 5 |
CATEGORIES= math |
5 |
CATEGORIES= math |
| 6 |
|
6 |
|
| 7 |
MAINTAINER= 6yearold@gmail.com |
7 |
MAINTAINER= 6yearold@gmail.com |
| 8 |
COMMENT= General-purpose award-winning SAT solver |
8 |
COMMENT= General-purpose award-winning SAT solver |
| 9 |
|
9 |
|
| 10 |
LICENSE= LGPL3 |
10 |
LICENSE= MIT |
| 11 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
|
|
| 12 |
|
11 |
|
| 13 |
BUILD_DEPENDS= xxd:editors/vim-lite # for xxd tool |
12 |
BUILD_DEPENDS= xxd:editors/vim-lite # for xxd tool |
| 14 |
LIB_DEPENDS= libboost_program_options.so:devel/boost-libs |
13 |
LIB_DEPENDS= libboost_program_options.so:devel/boost-libs |