1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | PortGroup github 1.0 |
---|
7 | |
---|
8 | github.setup algernon libmongo-client 0.1.8 libmongo-client- |
---|
9 | categories-append devel |
---|
10 | platforms darwin |
---|
11 | maintainers nomaintainer |
---|
12 | license APL-2 |
---|
13 | description alternative C driver for MongoDB |
---|
14 | long_description ${description} |
---|
15 | |
---|
16 | checksums rmd160 5fd276ef638dec82a2d5317c07d370d8f39e071f \ |
---|
17 | sha256 ab8515de2e9c05520b1c395d5e09864566c88762d4fed3ec711c8c71a6a4178f |
---|
18 | |
---|
19 | use_autoreconf yes |
---|
20 | #use_autoconf yes |
---|
21 | #use_automake yes |
---|
22 | configure.env LIBTOOL="${prefix}/bin/glibtool" |
---|
23 | |
---|
24 | depends_build port:libtool port:pkgconfig |
---|
25 | depends_lib port:openssl port:glib2 |
---|
26 | |
---|