import ports/net/p5-Net-DHCP, from Nigel Taylor, ok jasper@

Net::DHCP 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.
This commit is contained in:
sthen 2011-03-11 19:56:39 +00:00
parent 5adf7c4a84
commit 1eed0c4134
4 changed files with 49 additions and 0 deletions

27
net/p5-Net-DHCP/Makefile Normal file
View File

@ -0,0 +1,27 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/03/11 19:56:39 sthen Exp $
COMMENT = Perl DHCP classes
DISTNAME = Net-DHCP-0.67_1
PKGNAME = p5-${DISTNAME:S/_/./}
CATEGORIES = net
# CPAN_AUTHOR = SHADINGER
CPAN_AUTHOR = DJZORT
MAINTAINER = Nigel Taylor <njtaylor@asterisk.demon.co.uk>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = cpan
REGRESS_FLAGS = TEST_AUTHOR=true
REGRESS_DEPENDS = devel/p5-Test-Perl-Critic \
devel/p5-Test-CheckManifest
MODCPAN_EXAMPLES = Yes
.include <bsd.port.mk>

5
net/p5-Net-DHCP/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (Net-DHCP-0.67_1.tar.gz) = lTI5d7dUCg5A+AarAYZuCQ==
RMD160 (Net-DHCP-0.67_1.tar.gz) = +hdVzL0XzIeIy9X6bXkjcPge/yk=
SHA1 (Net-DHCP-0.67_1.tar.gz) = e8JhRF31Sun/zQXUoWrauKVl0+E=
SHA256 (Net-DHCP-0.67_1.tar.gz) = 5lf7j0/+qIGxmlUBpAMNrFS3aVH9el9DjOYwliZ8efo=
SIZE (Net-DHCP-0.67_1.tar.gz) = 41011

View File

@ -0,0 +1,3 @@
Net::DHCP is a DHCP set of classes designed to handle basic DHCP
functions. It can be used to develop either client, server or relays.
It is composed of 100% pure Perl.

14
net/p5-Net-DHCP/pkg/PLIST Normal file
View File

@ -0,0 +1,14 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/03/11 19:56:39 sthen Exp $
${P5SITE}/Net/
${P5SITE}/Net/DHCP/
${P5SITE}/Net/DHCP/Constants.pm
${P5SITE}/Net/DHCP/Packet.pm
@man man/man3p/Net::DHCP::Constants.3p
@man man/man3p/Net::DHCP::Packet.3p
share/examples/p5-Net-DHCP/
share/examples/p5-Net-DHCP/dhcp_sniffer.pl
share/examples/p5-Net-DHCP/dhcpd.pl
share/examples/p5-Net-DHCP/dhcpd_test.pl
share/examples/p5-Net-DHCP/dumpianatoxml.pl
share/examples/p5-Net-DHCP/lease_query.pl
share/examples/p5-Net-DHCP/send_packet.pl