diff options
author | Frederic Culot <culot@FreeBSD.org> | 2014-03-29 08:17:53 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2014-03-29 08:17:53 +0000 |
commit | f9d587d1c3b9178872d6a67548f8023f20fda2ec (patch) | |
tree | 5d4433a21a6d0579b997d988a188a3dc0293a3c1 /net/p5-Net-DHCP-Watch | |
parent | 5a41ecb7b815f2eb05e86dc5f61f976dd151e700 (diff) |
Notes
Diffstat (limited to 'net/p5-Net-DHCP-Watch')
-rw-r--r-- | net/p5-Net-DHCP-Watch/Makefile | 19 | ||||
-rw-r--r-- | net/p5-Net-DHCP-Watch/distinfo | 2 | ||||
-rw-r--r-- | net/p5-Net-DHCP-Watch/pkg-descr | 8 | ||||
-rw-r--r-- | net/p5-Net-DHCP-Watch/pkg-plist | 8 |
4 files changed, 37 insertions, 0 deletions
diff --git a/net/p5-Net-DHCP-Watch/Makefile b/net/p5-Net-DHCP-Watch/Makefile new file mode 100644 index 000000000000..37c927f8223d --- /dev/null +++ b/net/p5-Net-DHCP-Watch/Makefile @@ -0,0 +1,19 @@ +# Created by: Lawrence Chen <beastie@tardisi.com> +# $FreeBSD$ + +PORTNAME= Net-DHCP-Watch +PORTVERSION= 2.03 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= beastie@tardisi.com +COMMENT= Class for monitoring a remote DHCPD server + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +USES= perl5 +USE_PERL5= configure + +.include <bsd.port.mk> diff --git a/net/p5-Net-DHCP-Watch/distinfo b/net/p5-Net-DHCP-Watch/distinfo new file mode 100644 index 000000000000..55de134002d4 --- /dev/null +++ b/net/p5-Net-DHCP-Watch/distinfo @@ -0,0 +1,2 @@ +SHA256 (Net-DHCP-Watch-2.03.tar.gz) = d4a33900ebefff21915ad958fb95fc0331d09505d4bcc144993c2adc8c0dd6b8 +SIZE (Net-DHCP-Watch-2.03.tar.gz) = 8502 diff --git a/net/p5-Net-DHCP-Watch/pkg-descr b/net/p5-Net-DHCP-Watch/pkg-descr new file mode 100644 index 000000000000..d4454953fa93 --- /dev/null +++ b/net/p5-Net-DHCP-Watch/pkg-descr @@ -0,0 +1,8 @@ +Net::DHCP::Watch is a module to help monitor remote DHCP servers. +It opens an udp socket to send and receive responses to and from +a DHCP server. It stores the last connection status information. + +This module can help to write some simple code to implement a +reliable DHCP service over complex or simple networks. + +WWW: http://search.cpan.org/dist/Net-DHCP-Watch/ diff --git a/net/p5-Net-DHCP-Watch/pkg-plist b/net/p5-Net-DHCP-Watch/pkg-plist new file mode 100644 index 000000000000..51d9bb578705 --- /dev/null +++ b/net/p5-Net-DHCP-Watch/pkg-plist @@ -0,0 +1,8 @@ +%%SITE_PERL%%/Net/DHCP/Watch.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DHCP/Watch/.packlist +%%PERL5_MAN3%%/Net::DHCP::Watch.3.gz +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DHCP/Watch +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DHCP +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net +@dirrmtry %%SITE_PERL%%/Net/DHCP +@dirrmtry %%SITE_PERL%%/Net |