diff options
author | aaron <aaron@FreeBSD.org> | 2006-05-25 19:55:12 +0000 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2006-05-25 19:55:12 +0000 |
commit | 895801407b6fb6525d322953b6d45736810e0e10 (patch) | |
tree | 289dd7dcfbb0184ee69b13b45443fce3af496b5c | |
parent | f9de8f52704c550c71f461af4c72284505602775 (diff) | |
download | FreeBSD-ports-895801407b6fb6525d322953b6d45736810e0e10.zip FreeBSD-ports-895801407b6fb6525d322953b6d45736810e0e10.tar.gz |
Adding port net/p5-Net-Address-IPv4-Local, A class for discovering the local system's IP addresAdding port net/p5-Net-Address-IPv4-Local, A class for discovering the local system's IP addresss
Approved by: tobez (implicit)
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/p5-Net-Address-IPv4-Local/Makefile | 31 | ||||
-rw-r--r-- | net/p5-Net-Address-IPv4-Local/distinfo | 3 | ||||
-rw-r--r-- | net/p5-Net-Address-IPv4-Local/pkg-descr | 6 | ||||
-rw-r--r-- | net/p5-Net-Address-IPv4-Local/pkg-plist | 4 |
5 files changed, 45 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index f0d36c4..62d7bce 100644 --- a/net/Makefile +++ b/net/Makefile @@ -400,6 +400,7 @@ SUBDIR += p5-IO-Socket-Multicast SUBDIR += p5-IP-Country SUBDIR += p5-Net + SUBDIR += p5-Net-Address-IPv4-Local SUBDIR += p5-Net-Amazon SUBDIR += p5-Net-BGP SUBDIR += p5-Net-Blogger diff --git a/net/p5-Net-Address-IPv4-Local/Makefile b/net/p5-Net-Address-IPv4-Local/Makefile new file mode 100644 index 0000000..955abf70 --- /dev/null +++ b/net/p5-Net-Address-IPv4-Local/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: p5-Net-Address-IPv4-Local +# Date created: 25 May 2006 +# Whom: Aaron Dalton <aaron@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Net-Address-IPv4-Local +PORTVERSION= 0.12 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Net +PKGNAMEPREFIX= p5- + +MAINTAINER= aaron@FreeBSD.org +COMMENT= A class for discovering the local system's IP address + +BUILD_DEPENDS= ${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error +RUN_DEPENDS= ${BUILD_DEPENDS} + +MAN3= Net::Address::IPv4::Local.3 + +PERL_MODBUILD= yes + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires at least Perl 5.6.0 due to dependencies. Please install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/net/p5-Net-Address-IPv4-Local/distinfo b/net/p5-Net-Address-IPv4-Local/distinfo new file mode 100644 index 0000000..090d7d2 --- /dev/null +++ b/net/p5-Net-Address-IPv4-Local/distinfo @@ -0,0 +1,3 @@ +MD5 (Net-Address-IPv4-Local-0.12.tar.gz) = 42d7f4ea929727d83cdde41247f13e43 +SHA256 (Net-Address-IPv4-Local-0.12.tar.gz) = babb118198d224ff7df7d3953562f3b639ba3435f1a8188f1b6344b717535c5f +SIZE (Net-Address-IPv4-Local-0.12.tar.gz) = 4848 diff --git a/net/p5-Net-Address-IPv4-Local/pkg-descr b/net/p5-Net-Address-IPv4-Local/pkg-descr new file mode 100644 index 0000000..bf6733e --- /dev/null +++ b/net/p5-Net-Address-IPv4-Local/pkg-descr @@ -0,0 +1,6 @@ +Net::Address::IPv4::Local discovers the local system's IP address that +would be used as the source address when contacting "the internet" or a +certain specified remote IP address. + +WWW: http://search.cpan.org/dist/Net-Address-IPv4-Local +Author: Julian Mehnle <julian@mehnle.net> diff --git a/net/p5-Net-Address-IPv4-Local/pkg-plist b/net/p5-Net-Address-IPv4-Local/pkg-plist new file mode 100644 index 0000000..c3338d6 --- /dev/null +++ b/net/p5-Net-Address-IPv4-Local/pkg-plist @@ -0,0 +1,4 @@ +%%SITE_PERL%%/Net/Address/IPv4/Local.pm +@dirrm %%SITE_PERL%%/Net/Address/IPv4 +@dirrmtry %%SITE_PERL%%/Net/Address +@dirrmtry %%SITE_PERL%%/Net |