diff --git a/net/Makefile b/net/Makefile index ff76d5ac1940..c6daa884aa5a 100644 --- a/net/Makefile +++ b/net/Makefile @@ -579,6 +579,7 @@ SUBDIR += p5-Net-IPTrie SUBDIR += p5-Net-IRR SUBDIR += p5-Net-Ident + SUBDIR += p5-Net-Ifconfig-Wrapper SUBDIR += p5-Net-Interface SUBDIR += p5-Net-Jaiku SUBDIR += p5-Net-Jifty diff --git a/net/p5-Net-Ifconfig-Wrapper/Makefile b/net/p5-Net-Ifconfig-Wrapper/Makefile new file mode 100644 index 000000000000..ca4b7f2c779d --- /dev/null +++ b/net/p5-Net-Ifconfig-Wrapper/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-Net-Ifconfig-Wrapper +# Date created: 2012-03-07 +# Whom: Steve Wills +# +# $FreeBSD$ +# + +PORTNAME= Net-Ifconfig-Wrapper +PORTVERSION= 0.11 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Perl module provides a unified way to configure network interfaces + +MAN3= Net::Ifconfig::Wrapper.3 + +PERL_CONFIGURE= yes + +.include diff --git a/net/p5-Net-Ifconfig-Wrapper/distinfo b/net/p5-Net-Ifconfig-Wrapper/distinfo new file mode 100644 index 000000000000..4c81f524d8da --- /dev/null +++ b/net/p5-Net-Ifconfig-Wrapper/distinfo @@ -0,0 +1,2 @@ +SHA256 (Net-Ifconfig-Wrapper-0.11.tar.gz) = 2fd663fc917341bb912df1fefaa3dfe263b12529d58be8b84a4b53f57fc2c1c4 +SIZE (Net-Ifconfig-Wrapper-0.11.tar.gz) = 13440 diff --git a/net/p5-Net-Ifconfig-Wrapper/pkg-descr b/net/p5-Net-Ifconfig-Wrapper/pkg-descr new file mode 100644 index 000000000000..f57764dd801e --- /dev/null +++ b/net/p5-Net-Ifconfig-Wrapper/pkg-descr @@ -0,0 +1,3 @@ +Perl module which provides a unified way to configure network interfaces + +WWW: http://search.cpan.org/dist/Net-Ifconfig-Wrapper/ diff --git a/net/p5-Net-Ifconfig-Wrapper/pkg-plist b/net/p5-Net-Ifconfig-Wrapper/pkg-plist new file mode 100644 index 000000000000..bd0028e8f413 --- /dev/null +++ b/net/p5-Net-Ifconfig-Wrapper/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Ifconfig/Wrapper/.packlist +%%SITE_PERL%%/Net/Ifconfig/Wrapper.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Ifconfig/Wrapper +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Ifconfig +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net +@dirrmtry %%SITE_PERL%%/Net/Ifconfig +@dirrmtry %%SITE_PERL%%/Net