You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
08afbbe9ef
In preparation for changing the default.
36 lines
1.1 KiB
Tcl
36 lines
1.1 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 moriyoshi cyrus-sasl-xoauth2 0.2 v
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
checksums rmd160 7ddde236a533807134bd59c52b0110583d5e8fe9 \
|
|
sha256 50bb3ce7af25745dd8f771705499a3e27fe3fb862d1c0a652d634d41b0ca91f6 \
|
|
size 14125
|
|
|
|
maintainers {cal @neverpanic} openmaintainer
|
|
categories security net
|
|
|
|
license MIT
|
|
description Plugin implementation of XOAUTH2 for cyrus-sasl
|
|
long_description {*}${description}
|
|
|
|
patchfiles patch-autogen.sh-use-glibtoolize.diff
|
|
|
|
use_autoreconf yes
|
|
autoreconf.cmd ./autogen.sh
|
|
|
|
configure.args --with-cyrus-sasl=${prefix}
|
|
|
|
depends_build-append \
|
|
port:libtool \
|
|
port:automake \
|
|
port:autoconf
|
|
|
|
depends_lib-append \
|
|
port:cyrus-sasl2
|
|
|