Ticket #39485: Portfile

File Portfile, 1019 bytes (added by s.cloherty@…, 11 years ago)

Portfile for megatools.

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                megatools
7version             1.9.91
8revision            1
9categories          net
10license             GPL-2+
11installs_libs       no
12platforms           darwin
13maintainers         nomaintainer
14description         Command line client application for Mega.
15long_description    Megatools is a collection of programs for accessing Mega \
16                    service from the command line on your desktop or server.
17
18homepage            http://megatools.megous.com/
19master_sites        http://megatools.megous.com/builds/
20
21checksums           md5     36ad490129c775cad0e2b6a3af279d45 \
22                    sha1    8e3ecab2020ec31444ed75ca4e92ea75ad4c9354 \
23                    sha256  31d0e55a25ba8420889a0ab6f43b04bdc4a919a2301c342b7baf1aab311f6841
24
25#depends_lib         port:glib-networking
26depends_run         port:glib-networking
27