Ticket #45188: Portfile

File Portfile, 1.5 KB (added by agraef (Albert Graef), 10 years ago)

gnumeric-pure Portfile

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 125801 2014-09-26 20:04:08Z ryandesign@macports.org $
3
4PortSystem                      1.0
5PortGroup                       pure 1.0
6
7pure.setup                      gnumeric-pure 0.14
8name                            gnumeric-pure
9categories-append               math devel
10platforms                       darwin
11maintainers                     ryandesign
12license                         GPL-2+
13homepage                        https://bitbucket.org/purelang/pure-lang/wiki/Addons#markdown-header-${name}
14
15description                     a Gnumeric extension which lets you use Pure \
16                                functions in the Gnome spreadsheet
17
18long_description                ${name} provides ${description}. \
19                                It offers better execution speed than the \
20                                existing Perl and Python plugins, and provides \
21                                some powerful features not found in other \
22                                Gnumeric scripting plugins.
23
24checksums                       rmd160  5658143e3ca1d2b103a731d482f6e813c266126c \
25                                sha256  cb960cbb8612dbcb808bc5cb7ccc2a0861750d4e0ecf40c0fb502065a226812c
26
27depends_build-append            port:pkgconfig
28
29build.args-append               prefix=${prefix}
30
31destroot.args-append            prefix=${prefix}
32
33depends_lib-append              port:gnumeric