mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
1.0 KiB
Tcl
29 lines
1.0 KiB
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-xml 2.0.0 v
|
|
revision 1
|
|
github.tarball_from releases
|
|
|
|
PortGroup cmake 1.1
|
|
|
|
name qore-xml-module
|
|
categories lang
|
|
license {LGPL-2.1 MIT}
|
|
maintainers {davidnichols @davidnich} openmaintainer
|
|
description xml module for Qore
|
|
long_description Module providing XML, XPath, XML-RPC, etc functionality to Qore
|
|
homepage http://qore.org
|
|
use_bzip2 yes
|
|
distname qore-xml-module-${github.version}
|
|
|
|
checksums rmd160 ecbbd9a87d80b0a02193d90eb3f40468b3b0f2b7 \
|
|
sha256 a2d5203d0651c7d83d04109ecfba18452525f47e496e232ab81a03a945abc86d \
|
|
size 5744232
|
|
|
|
depends_lib port:qore \
|
|
port:libxml2 \
|
|
path:lib/libssl.dylib:openssl
|