1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/net/p5-Net-DHCP-Watch/Makefile
Frederic Culot f9d587d1c3 Net::DHCP::Watch is a module to help monitor remote DHCP servers.
It opens an udp socket to send and receive responses to and from
a DHCP server. It stores the last connection status information.

This module can help to write some simple code to implement a
reliable DHCP service over complex or simple networks.

WWW: http://search.cpan.org/dist/Net-DHCP-Watch/

PR:		ports/187622
Submitted by: 	Lawrence "The Dreamer" Chen <beastie@tardisi.com>
2014-03-29 08:17:53 +00:00

20 lines
351 B
Makefile

# Created by: Lawrence Chen <beastie@tardisi.com>
# $FreeBSD$
PORTNAME= Net-DHCP-Watch
PORTVERSION= 2.03
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= beastie@tardisi.com
COMMENT= Class for monitoring a remote DHCPD server
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>