Ticket #32560: Portfile

File Portfile, 790 bytes (added by g5pw (Aljaž Srebrnič), 12 years ago)
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$
3PortSystem          1.0
4name                    radare2
5version                 0.9
6categories              devel
7platforms           darwin
8maintainers             gmail.com:a2piratesoft
9description             Opensource tools to disasm, debug, analyze and manipulate binary files.
10long_description    Opensource tools to disasm, debug, analyze and manipulate binary files.
11homepage                http://radare.org
12master_sites        http://radare.org/get/
13
14checksums               md5         751f0dc71f82b7689f10365ee3a5842f \
15                            sha1    e77c85b001d9308f38a336b26544836fbe1d14dc \
16                            rmd160  f68ebf07ec62e907980e8f8bc195754bf993b466
17depends_lib
18license             GPL-3