Ticket #36565: Portfile

File Portfile, 580 bytes (added by ryandesign (Ryan Carsten Schmidt), 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$
3
4PortSystem          1.0
5PortGroup           github 1.0
6
7github.setup        mpereira ompload 1.0.1 v
8categories          net
9platforms           darwin
10maintainers         nomaintainer
11license             GPL-3+
12
13checksums           rmd160  b776262ac08e8cbbbcd35671c4747220117bdee2 \
14                    sha256  225cefb4695d8704ca85df5a81851975e30a808e7f90c164132ee92df42fb23d
15
16configure {
17    return -code error "that's as far as I got"
18}