800d5ac014
with custom patch that introduces new method to return active connection status information as a hash to hashes. Submitted by: Zeus Panchenko <zeus@gnu.org.ua>
20 lines
375 B
Makefile
20 lines
375 B
Makefile
# $FreeBSD$
|
|
|
|
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:${PORTSDIR}/net/p5-Net-Telnet
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|