blob: 7ac2d937de816f52d934484846dc8877adf4acb2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= Net-OpenVPN-Manage
PORTVERSION= 0.02
CATEGORIES= net-mgmt perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Manage an OpenVPN process via its management port
LICENSE= ART10 GPLv2
LICENSE_COMB= dual
RUN_DEPENDS= p5-Net-Telnet>=0:net/p5-Net-Telnet
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|