mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
PortSystem 1.0
|
|
|
|
name gvpe
|
|
version 3.1
|
|
revision 1
|
|
categories net
|
|
license {GPL-3+ OpenSSLException}
|
|
maintainers nomaintainer
|
|
description GNU Virtual Private Ethernet
|
|
long_description \
|
|
GVPE creates a virtual ethernet (broadcasts supported, \
|
|
any protocol that works with a normal ethernet should \
|
|
work with GVPE) by creating encrypted host-to-host \
|
|
tunnels between multiple endpoints.
|
|
homepage http://software.schmorp.de/pkg/gvpe.html
|
|
platforms darwin
|
|
master_sites gnu
|
|
checksums rmd160 3939fb8f12da944aa41ef57510563f5ae413d5fe \
|
|
sha256 f1ebd572d725bb940e080771a1c10867c3509dcd8316f6114814503dcbb1e8b3
|
|
|
|
patchfiles lib_Makefile.in.patch
|
|
|
|
configure.args --infodir=${prefix}/share/info \
|
|
--mandir=${prefix}/share/man
|
|
depends_build port:pkgconfig
|
|
depends_lib port:gettext \
|
|
port:libiconv \
|
|
path:lib/libssl.dylib:openssl
|
|
|
|
livecheck.type regex
|
|
livecheck.url https://ftp.gnu.org/gnu/${name}/?C=M&O=D
|
|
livecheck.regex ${name}-(\\d+\\.\\d+)
|