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