1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/net-mgmt/p5-Net-OpenVPN-Manage/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

19 lines
350 B
Makefile

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>