Commits

Daniel Miller authored and Perry E. Metzger committed 68e0a125062
openfortivpn: new port, version 1.6.0
No tags

net/openfortivpn/Portfile

Added
1 +# -*- 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
2 +PortSystem 1.0
3 +PortGroup github 1.0
4 +
5 +github.setup adrienverge openfortivpn 1.7.1 v
6 +
7 +categories net
8 +platforms darwin
9 +license GPL-3
10 +
11 +maintainers {gmail.com:millerdev @millerdev} openmaintainer
12 +description Client for PPP+SSL VPN tunnel services.
13 +long_description openfortivpn is a client for PPP+SSL VPN tunnel services. \
14 + It spawns a pppd process and operates the communication \
15 + between the gateway and this process. It is compatible \
16 + with Fortinet VPNs.
17 +
18 +depends_build port:pkgconfig
19 +depends_lib port:openssl
20 +
21 +use_autoreconf yes
22 +
23 +checksums rmd160 caea968dff62e21f720a538f5bc7b049f659fa6c \
24 + sha256 db694b53fd534158bdb150ac8ab67a9a8622ed21849d09f52f9c1396d0b7de3e \
25 + size 61236

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut