Lines 4-9
Link Here
|
4 |
PORTNAME= mongodb32 |
4 |
PORTNAME= mongodb32 |
5 |
PORTVERSION= 3.2.3 |
5 |
PORTVERSION= 3.2.3 |
6 |
DISTVERSIONPREFIX= r |
6 |
DISTVERSIONPREFIX= r |
|
|
7 |
PORTREVISION= 1 |
7 |
CATEGORIES= databases net |
8 |
CATEGORIES= databases net |
8 |
MASTER_SITES= https://fastdl.mongodb.org/src/ \ |
9 |
MASTER_SITES= https://fastdl.mongodb.org/src/ \ |
9 |
http://fastdl.mongodb.org/src/ \ |
10 |
http://fastdl.mongodb.org/src/ \ |
Lines 34-39
Link Here
|
34 |
ONLY_FOR_ARCHS= amd64 |
35 |
ONLY_FOR_ARCHS= amd64 |
35 |
ONLY_FOR_ARCHS_REASON= "Only supported on amd64 (i386 deprecated in v3)" |
36 |
ONLY_FOR_ARCHS_REASON= "Only supported on amd64 (i386 deprecated in v3)" |
36 |
|
37 |
|
|
|
38 |
CONFLICTS_BUILD= mongo-cxx-driver |
39 |
|
37 |
OPTIONS_DEFINE= SASL SSL |
40 |
OPTIONS_DEFINE= SASL SSL |
38 |
OPTIONS_DEFAULT= SASL SSL |
41 |
OPTIONS_DEFAULT= SASL SSL |
39 |
|
42 |
|