Ticket #27963: Portfile

File Portfile, 899 bytes (added by atsmyles@…, 13 years ago)

Portfile for Mongrel2 version 1.5

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
5name                mongrel2
6version             1.5
7categories          www
8platforms           darwin
9description         Mongrel2 Webserver
10homepage            http://mongrel2.org/home
11master_sites        http://mongrel2.org/static/downloads/
12checksums           md5     b699ffc7ef922ad7d703fcd39a897910 \
13                    sha1    f179c11702556ed6bf10fe092ba7a4e1cdce2c67 \
14                    rmd160  72bc262b1556b3ed6a0a60585c0d7f4285d7eeb2
15depends_lib         port:zmq \
16                    port:sqlite3
17use_bzip2           yes
18use_configure       no
19build.post_args     OPTFLAGS="-arch ${build_arch} ${configure.cppflags}" \
20                    OPTLIBS="${configure.ldflags}" 
21destroot.destdir    PREFIX=${destroot}${prefix}