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:
parent
57797ddc4a
commit
f411fbd99c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269779
@ -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
|
||||
|
23
textproc/p5-Text-DHCPLeases/Makefile
Normal file
23
textproc/p5-Text-DHCPLeases/Makefile
Normal 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>
|
2
textproc/p5-Text-DHCPLeases/distinfo
Normal file
2
textproc/p5-Text-DHCPLeases/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Text-DHCPLeases-0.9.tar.gz) = 047fff265ebd5dd66f7b99b42c2f2bea5f1cfb9d954c41f07488408977d3c973
|
||||
SIZE (Text-DHCPLeases-0.9.tar.gz) = 8157
|
3
textproc/p5-Text-DHCPLeases/pkg-descr
Normal file
3
textproc/p5-Text-DHCPLeases/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Parse DHCP leases file from ISC dhcpd.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Text-DHCPLeases/
|
6
textproc/p5-Text-DHCPLeases/pkg-plist
Normal file
6
textproc/p5-Text-DHCPLeases/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user