mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
This module is a DHCP set of classes designed to handle basic DHCP
handling. It can be used to develop either client, server or relays. It is composed of 100% pure Perl. WWW: http://search.cpan.org/dist/Net-DHCP/ PR: ports/100188 Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
This commit is contained in:
parent
b54e6c51b9
commit
e18b2a5b64
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167683
@ -415,6 +415,7 @@
|
||||
SUBDIR += p5-Net-BGP
|
||||
SUBDIR += p5-Net-Blogger
|
||||
SUBDIR += p5-Net-CIDR-Lite
|
||||
SUBDIR += p5-Net-DHCP
|
||||
SUBDIR += p5-Net-DHCPClient
|
||||
SUBDIR += p5-Net-DLookup
|
||||
SUBDIR += p5-Net-Daemon
|
||||
|
28
net/p5-Net-DHCP/Makefile
Normal file
28
net/p5-Net-DHCP/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: p5-Net-DHCP
|
||||
# Date created: 2006-07-13
|
||||
# Whom: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-DHCP
|
||||
PORTVERSION= 0.66
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Net
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tjs@cdpa.nsysu.edu.tw
|
||||
COMMENT= A DHCP set of classes designed to handle basic DHCP handling
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Net::DHCP::Packet.3 Net::DHCP::Constants.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500800
|
||||
IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 then try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
net/p5-Net-DHCP/distinfo
Normal file
3
net/p5-Net-DHCP/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Net-DHCP-0.66.tar.gz) = 856b4c44714fd75a31f87929a0926752
|
||||
SHA256 (Net-DHCP-0.66.tar.gz) = 3431503497b575170ecda942e432093e2aa0cc934154cc403599b313a0d10dfa
|
||||
SIZE (Net-DHCP-0.66.tar.gz) = 21505
|
5
net/p5-Net-DHCP/pkg-descr
Normal file
5
net/p5-Net-DHCP/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This module is a DHCP set of classes designed to handle basic DHCP
|
||||
handling. It can be used to develop either client, server or relays.
|
||||
It is composed of 100% pure Perl.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-DHCP/
|
7
net/p5-Net-DHCP/pkg-plist
Normal file
7
net/p5-Net-DHCP/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/Net/DHCP/Packet.pm
|
||||
%%SITE_PERL%%/Net/DHCP/Constants.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DHCP/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DHCP
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
||||
@dirrmtry %%SITE_PERL%%/Net/DHCP
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
Loading…
Reference in New Issue
Block a user