mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Sys::HostIP does what it can to determine the IP address
of your machine. This module was tested on Irix, OpenBSD, FreeBSD, NetBSD, Solaris, Linux, OSX, Win32, and Cygwin. WWW: http://search.cpan.org/dist/Sys-HostIP/ PR: ports/130267 Submitted by: Murilo Opsfelder <mopsfelder at gmail.com>
This commit is contained in:
parent
f1dbd9ca47
commit
f73b50c420
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225405
@ -519,6 +519,7 @@
|
||||
SUBDIR += p5-Sys-CpuLoad
|
||||
SUBDIR += p5-Sys-Filesystem
|
||||
SUBDIR += p5-Sys-Gamin
|
||||
SUBDIR += p5-Sys-HostIP
|
||||
SUBDIR += p5-Sys-Hostname-FQDN
|
||||
SUBDIR += p5-Sys-Hostname-Long
|
||||
SUBDIR += p5-Sys-Syslog
|
||||
|
21
sysutils/p5-Sys-HostIP/Makefile
Normal file
21
sysutils/p5-Sys-HostIP/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: p5-Sys-HostIP
|
||||
# Date created: 2009-01-07
|
||||
# Whom: Murilo Opsfelder <mopsfelder@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Sys-HostIP
|
||||
PORTVERSION= 1.3.1
|
||||
CATEGORIES= sysutils perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= mopsfelder@gmail.com
|
||||
COMMENT= A Perl module to get IP address related info
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Sys::HostIP.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/p5-Sys-HostIP/distinfo
Normal file
3
sysutils/p5-Sys-HostIP/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Sys-HostIP-1.3.1.tar.gz) = 71793ea0f880b126be92fdaa0ccfef83
|
||||
SHA256 (Sys-HostIP-1.3.1.tar.gz) = 9836562145258a8a4851d7e72396f02508f05e2dd799f7bd489d02ace496ef3b
|
||||
SIZE (Sys-HostIP-1.3.1.tar.gz) = 5282
|
5
sysutils/p5-Sys-HostIP/pkg-descr
Normal file
5
sysutils/p5-Sys-HostIP/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Sys::HostIP does what it can to determine the IP address
|
||||
of your machine. This module was tested on Irix, OpenBSD,
|
||||
FreeBSD, NetBSD, Solaris, Linux, OSX, Win32, and Cygwin.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Sys-HostIP/
|
5
sysutils/p5-Sys-HostIP/pkg-plist
Normal file
5
sysutils/p5-Sys-HostIP/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/HostIP/.packlist
|
||||
%%SITE_PERL%%/Sys/HostIP.pm
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/HostIP
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys
|
||||
@dirrmtry %%SITE_PERL%%/Sys
|
Loading…
Reference in New Issue
Block a user