1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

Parse DHCP leases file from ISC dhcpd.

WWW: http://search.cpan.org/dist/Text-DHCPLeases/
This commit is contained in:
Jun Kuriyama 2011-02-26 09:06:04 +00:00
parent 57797ddc4a
commit f411fbd99c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269779
5 changed files with 35 additions and 0 deletions

View File

@ -687,6 +687,7 @@
SUBDIR += p5-Text-Chomp
SUBDIR += p5-Text-Context
SUBDIR += p5-Text-Context-EitherSide
SUBDIR += p5-Text-DHCPLeases
SUBDIR += p5-Text-Decorator
SUBDIR += p5-Text-Delimited
SUBDIR += p5-Text-Diff

View File

@ -0,0 +1,23 @@
# New ports collection makefile for: Text::DHCPLeases
# Date created: 31 Jan 2011
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Text-DHCPLeases
PORTVERSION= 0.9
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to parse DHCP leases file from ISC dhcpd
PERL_MODBUILD= yes
MAN3= Text::DHCPLeases.3 \
Text::DHCPLeases::Object.3 \
Text::DHCPLeases::Object::Iterator.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Text-DHCPLeases-0.9.tar.gz) = 047fff265ebd5dd66f7b99b42c2f2bea5f1cfb9d954c41f07488408977d3c973
SIZE (Text-DHCPLeases-0.9.tar.gz) = 8157

View File

@ -0,0 +1,3 @@
Parse DHCP leases file from ISC dhcpd.
WWW: http://search.cpan.org/dist/Text-DHCPLeases/

View File

@ -0,0 +1,6 @@
%%SITE_PERL%%/Text/DHCPLeases.pm
%%SITE_PERL%%/Text/DHCPLeases/Object.pm
%%SITE_PERL%%/Text/DHCPLeases/Object/Iterator.pm
@dirrm %%SITE_PERL%%/Text/DHCPLeases/Object
@dirrm %%SITE_PERL%%/Text/DHCPLeases
@dirrmtry %%SITE_PERL%%/Text