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:
parent
59a6219671
commit
a639ed9898
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146019
@ -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
|
||||
|
25
net/p5-Net-DHCPClient/Makefile
Normal file
25
net/p5-Net-DHCPClient/Makefile
Normal 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>
|
2
net/p5-Net-DHCPClient/distinfo
Normal file
2
net/p5-Net-DHCPClient/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (Net-DHCPClient-1.0.tar.gz) = f78194112f070961d311d43e743b9b9f
|
||||
SIZE (Net-DHCPClient-1.0.tar.gz) = 5428
|
6
net/p5-Net-DHCPClient/pkg-descr
Normal file
6
net/p5-Net-DHCPClient/pkg-descr
Normal 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/
|
5
net/p5-Net-DHCPClient/pkg-plist
Normal file
5
net/p5-Net-DHCPClient/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user