Ticket #47272: Portfile

File Portfile, 775 bytes (added by lispnik@…, 9 years ago)

Portfile

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
6name                libfixposix
7version             0.3.0
8categories          devel
9platforms           darwin
10license             BSD
11maintainers
12description         Thin wrapper over POSIX syscalls
13long_description    The purpose of libfixposix is to offer replacements for parts of POSIX whose behaviour is inconsistent across *NIX flavours.
14homepage            https://github.com/sionescu/libfixposix
15fetch.type          git
16git.url             https://github.com/sionescu/libfixposix.git
17git.branch          v${version}
18use_autoreconf      yes
19depends_build       port:autoconf port:automake port:libtool