Commits
Clemens Lang authored e15653b426d
1 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 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup github 1.0 |
5 5 | |
6 6 | github.setup jemalloc jemalloc 5.0.1 |
7 7 | #revision 0 |
8 8 | license BSD |
9 9 | platforms darwin |
10 + | categories devel |
10 11 | maintainers gmail.com:yoanlin93 openmaintainer |
11 12 | |
12 13 | description a general-purpose scalable concurrent malloc(3) implementation |
13 14 | long_description \ |
14 15 | jemalloc is a general-purpose scalable concurrent malloc(3) implementation. |
15 16 | |
16 17 | homepage http://jemalloc.net |
17 18 | |
18 19 | use_bzip2 yes |
19 20 | |