Ticket #47366: Portfile

File Portfile, 854 bytes (added by jul_bsd@…, 9 years ago)
Line 
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
4PortSystem          1.0
5
6PortGroup           github 1.0
7
8github.setup        algernon libmongo-client 0.1.8 libmongo-client-
9categories-append   devel
10platforms           darwin
11maintainers         nomaintainer
12license             APL-2
13description         alternative C driver for MongoDB
14long_description    ${description}
15
16checksums           rmd160  5fd276ef638dec82a2d5317c07d370d8f39e071f \
17                    sha256  ab8515de2e9c05520b1c395d5e09864566c88762d4fed3ec711c8c71a6a4178f
18
19use_autoreconf        yes
20#use_autoconf        yes
21#use_automake        yes
22configure.env       LIBTOOL="${prefix}/bin/glibtool"
23
24depends_build       port:libtool port:pkgconfig
25depends_lib         port:openssl port:glib2
26