1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: Portfile $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup octave 1.0 |
---|
6 | |
---|
7 | octave.setup cgi 0.1.1 |
---|
8 | platforms darwin |
---|
9 | license GPL-2+ |
---|
10 | maintainers gmail.com:mschamschula openmaintainer |
---|
11 | description Common Gatway Interface for Octave |
---|
12 | long_description ${description} |
---|
13 | |
---|
14 | checksums rmd160 600dbd882e71f08338632b56757397126202c608 \ |
---|
15 | sha256 23d579ec8be00b5ccd0b930d2a6c4922620529d02ee66954dc7216e26275e310 |
---|