1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: Portfile 134156 2015-03-19 15:25:29Z devans@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | |
---|
7 | github.setup vstakhov libucl 0.7.3 |
---|
8 | |
---|
9 | name libucl |
---|
10 | license BSD |
---|
11 | description Universal configuration library parser |
---|
12 | |
---|
13 | long_description ${description} |
---|
14 | maintainers eitanadler.com:lists |
---|
15 | categories devel |
---|
16 | platforms darwin freebsd |
---|
17 | |
---|
18 | checksums rmd160 ad609245d7ce3131fc33751972f6e3da5345c4c9 \ |
---|
19 | sha256 1ba15adcb1b0bc72ea7f5e68c583c410f8bb38fa4ad23a05b6cd8b7fa6a44148 |
---|
20 | |
---|
21 | depends_build port:pkgconfig |
---|
22 | use_autoreconf yes |
---|