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 | name qore |
---|
7 | version 0.7.2 |
---|
8 | categories lang |
---|
9 | maintainers users.sourceforge.net:david_nichols |
---|
10 | description dynamically-typed programming language |
---|
11 | long_description Qore is a dynamically-typed, embeddabble programming language designed for SMP scalability |
---|
12 | homepage http://qoretechnologies.com/qore |
---|
13 | platforms darwin |
---|
14 | master_sites http://downloads.sourceforge.net/qore/qore-0.7.2.tar.gz |
---|
15 | |
---|
16 | checksums md5 ceeca648e60d64e8eccf017ef806a6b1 \ |
---|
17 | sha1 2a41e7115dd1d5b31b93a77f1c3559702b6bbae7 \ |
---|
18 | rmd160 9054d186fb58ef85117577ca82f2eea188a254f3 |
---|
19 | |
---|
20 | depends_build port:flex \ |
---|
21 | port:bison |
---|
22 | |
---|
23 | depends_lib port:openssl \ |
---|
24 | port:pcre \ |
---|
25 | port:libxml2 \ |
---|
26 | port:zlib \ |
---|
27 | port:bzip2 |
---|
28 | |
---|
29 | configure.args --disable-debug --disable-static |
---|
30 | configure.cxxflags -I${prefix}/include |
---|