1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/net-mgmt/p5-Net-OpenVPN-Manage/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

21 lines
363 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:net/p5-Net-Telnet
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>