mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
f9d587d1c3
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>
20 lines
351 B
Makefile
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>
|