This module provides methods for implementing a DHCP client. It allows

perl scripts to interacts with DHCP servers.

It's good for DHCP servers testing.
This commit is contained in:
Sergey Matveychuk 2005-10-21 12:39:59 +00:00
parent 59a6219671
commit a639ed9898
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146019
5 changed files with 39 additions and 0 deletions

View File

@ -512,6 +512,7 @@
SUBDIR += p5-Net-BGP
SUBDIR += p5-Net-Blogger
SUBDIR += p5-Net-CIDR-Lite
SUBDIR += p5-Net-DHCPClient
SUBDIR += p5-Net-DLookup
SUBDIR += p5-Net-Daemon
SUBDIR += p5-Net-Delicious

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: p5-Net-DHCPClient
# Date created: 21 October 2005
# Whom: Sergey Matveychuk <sem@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Net-DHCPClient
PORTVERSION= 1.0
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
MAINTAINER= sem@FreeBSD.org
COMMENT= A Perl implementation of a DHCP client API
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Net/RawIP.pm:${PORTSDIR}/net/p5-Net-RawIP
PERL_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
MAN3= Net::DHCPClient.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (Net-DHCPClient-1.0.tar.gz) = f78194112f070961d311d43e743b9b9f
SIZE (Net-DHCPClient-1.0.tar.gz) = 5428

View File

@ -0,0 +1,6 @@
This module provides methods for implementing a DHCP client. It allows
perl scripts to interacts with DHCP servers.
It's good for DHCP servers testing.
WWW: http://search.cpan.org/dist/Net-DHCPClient/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/Net/DHCPClient.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DHCPClient/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DHCPClient
@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true