mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
939 B
Tcl
27 lines
939 B
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
|
|
PortGroup github 1.0
|
|
github.setup qorelanguage module-process 1.0.5 v
|
|
github.tarball_from releases
|
|
|
|
PortGroup cmake 1.1
|
|
|
|
name qore-process-module
|
|
categories lang
|
|
license LGPL-2.1
|
|
maintainers {davidnichols @davidnich} openmaintainer
|
|
description process module for Qore
|
|
long_description Module providing process functionality to Qore
|
|
homepage http://qore.org
|
|
platforms darwin
|
|
use_bzip2 yes
|
|
distname qore-process-module-${version}
|
|
|
|
checksums rmd160 37b229a5d69ee5e0f98bde2c18f6e65052b83b15 \
|
|
sha256 43edec5b2762488bf7255d4b323569eacdd48507fbfb4913aacd36be83050200 \
|
|
size 2174282
|
|
|
|
depends_lib port:qore
|