Lines 6-16
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= mongodb |
8 |
PORTNAME= mongodb |
9 |
PORTVERSION= 1.0.1 |
9 |
PORTVERSION= 1.2.0 |
10 |
CATEGORIES= databases net |
10 |
CATEGORIES= databases net |
11 |
MASTER_SITES= http://download.github.com/ \ |
11 |
MASTER_SITES= http://downloads.mongodb.org/src/ \ |
12 |
http://derzinn.de/files/ |
12 |
http://derzinn.de/files/ |
13 |
DISTNAME= mongodb-mongo-e316c78 |
13 |
DISTNAME= mongodb-src-r1.2.0 |
14 |
|
14 |
|
15 |
MAINTAINER= mail@derzinn.de |
15 |
MAINTAINER= mail@derzinn.de |
16 |
COMMENT= A NOSQL distributed document-oriented database |
16 |
COMMENT= A NOSQL distributed document-oriented database |
Lines 28-34
Link Here
|
28 |
|
28 |
|
29 |
USE_RC_SUBR= mongod |
29 |
USE_RC_SUBR= mongod |
30 |
MONGO_FILES= mongo mongod mongodump mongoexport mongofiles \ |
30 |
MONGO_FILES= mongo mongod mongodump mongoexport mongofiles \ |
31 |
mongoimportjson mongorestore mongos mongosniff |
31 |
mongoimport mongorestore mongos mongosniff |
32 |
|
32 |
|
33 |
.include <bsd.port.pre.mk> |
33 |
.include <bsd.port.pre.mk> |
34 |
.if ${OSVERSION} < 700042 |
34 |
.if ${OSVERSION} < 700042 |