Ticket #42690: Portfile

File Portfile, 1.2 KB (added by jul_bsd@…, 9 years ago)

20140928

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: Portfile 115503 2014-01-03 18:48:05Z mojca@macports.org $
3
4PortSystem          1.0
5
6PortGroup           python 1.0
7PortGroup           github 1.0
8
9github.setup        log2timeline dfvfs 20150224
10categories          security python
11platforms           darwin
12supported_archs     noarch
13
14maintainers         nomaintainer
15
16license             APL-2
17
18description         Digital Forensics Virtual File System (dfVFS)
19long_description    ${description}
20
21checksums           rmd160  e5c42438bbe34f58d4ea55d62020614e57ea451e \
22                    sha256  dfa7ceb2c77758d5c38359528d1fd14a113736510c74814b3ff06675f6e2de8c
23
24depends_build       port:py${python.version}-setuptools
25depends_run         port:sleuthkit \
26                    port:py${python.version}-tsk \
27                    port:py${python.version}-construct \
28                    port:py${python.version}-protobuf \
29                    port:libewf \
30                    port:libqcow \
31                    port:libvshadow \
32                    port:libvhdi
33
34## https://github.com/log2timeline/dfvfs/wiki/Building
35python.default_version     27
36