# $Id: Portfile 59650 2009-10-18 19:55:00Z adfernandes@macports.org $

PortSystem 1.0
name             gvpe
version          2.22
categories       net
maintainers      adfernandes openmaintainer
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://savannah.gnu.org/projects/gvpe/
platforms        darwin
master_sites     gnu
checksums        sha1 94c89f99ff2cce6495e6ba4f45a42c5bd12bcecd

configure.args   --infodir=${prefix}/share/info \
                 --mandir=${prefix}/share/man
depends_lib      port:gettext \
                 port:libiconv \
                 port:openssl

livecheck.type  regex
livecheck.url   http://ftp.gnu.org/gnu/${name}/?C=M&O=D
livecheck.regex ${name}-(\\d+\\.\\d+)
