mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.2 KiB
Tcl
33 lines
1.2 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 muniversal 1.0
|
|
|
|
name libdrizzle
|
|
version 5.1.4
|
|
revision 3
|
|
set branch [join [lrange [split ${version} .] 0 1] .]
|
|
categories databases devel
|
|
maintainers nomaintainer
|
|
description Drizzle client and protocol library
|
|
long_description {*}${description}
|
|
|
|
platforms darwin
|
|
|
|
homepage https://launchpad.net/${name}
|
|
master_sites https://launchpad.net/${name}/${branch}/${version}/+download/
|
|
|
|
checksums rmd160 fd39a87255c003ef55e4bd3c2b8b6f5f0cbe66e9 \
|
|
sha256 74b7c0900b36d5e684092f8526fc9a15ae7b2d8d71d033be00fc1b81684dc7f9
|
|
|
|
depends_lib path:lib/libssl.dylib:openssl \
|
|
port:zlib
|
|
|
|
configure.args --disable-jobserver \
|
|
--with-openssl=${prefix} \
|
|
--with-zlib=${prefix}
|
|
|
|
livecheck.type regex
|
|
livecheck.url https://launchpad.net/${name}/+download
|
|
livecheck.regex {libdrizzle-(\d+(?:\.\d+)*)\.tar\.gz}
|