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 | PortGroup github 1.0 |
---|
7 | |
---|
8 | version 1.3.0 |
---|
9 | |
---|
10 | categories devel |
---|
11 | platforms darwin |
---|
12 | |
---|
13 | description Cross-platform asynchronous I/O. |
---|
14 | long_description libUV is a multi-platform support library with a focus on \ |
---|
15 | asynchronous I/O. It was primarily developed for use by \ |
---|
16 | Node.js, but it's also used by Luvit, Julia, pyuv, and \ |
---|
17 | others. |
---|
18 | |
---|
19 | homepage http://www.libuv.org |
---|
20 | license {MIT BSD} |
---|
21 | maintainers cassedanne.com:franck |
---|
22 | |
---|
23 | github.setup libuv libuv ${version} |
---|
24 | github.tag_prefix v |
---|
25 | |
---|
26 | checksums rmd160 b2e1dc7dd2114c242ad138ee410e6b58417d99db \ |
---|
27 | sha256 a8d79332a935c9b6d1b59efcf4d4b2dd1b1c8e511964240f11e9d82331b2f49f |
---|
28 | |
---|
29 | pre-configure { |
---|
30 | system "cd ${worksrcpath} && ./autogen.sh" |
---|
31 | } |
---|
32 | |
---|
33 | test.run yes |
---|
34 | test.target check |
---|