summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-07-23 14:38:49 +0000
committerclsung <clsung@FreeBSD.org>2006-07-23 14:38:49 +0000
commit1fb90b868263eedf4d220103e238a8af2e33daea (patch)
tree4c66a1b24f4f5b426c80646fd7b839f13211d112
parentf6d0f396af8333e2bb90e7583b59fdf70744263a (diff)
downloadFreeBSD-ports-1fb90b868263eedf4d220103e238a8af2e33daea.zip
FreeBSD-ports-1fb90b868263eedf4d220103e238a8af2e33daea.tar.gz
Add p5-Net-Address-Ethernet 1.077, find hardware ethernet address.
PR: ports/100654 Submitted by: Gea-Suan Lin <gslin at gslin.org>
-rw-r--r--net/Makefile1
-rw-r--r--net/p5-Net-Address-Ethernet/Makefile31
-rw-r--r--net/p5-Net-Address-Ethernet/distinfo3
-rw-r--r--net/p5-Net-Address-Ethernet/pkg-descr3
-rw-r--r--net/p5-Net-Address-Ethernet/pkg-plist8
5 files changed, 46 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 7563e69..61ef748 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -410,6 +410,7 @@
SUBDIR += p5-IP-Country
SUBDIR += p5-JavaScript-RPC
SUBDIR += p5-Net
+ SUBDIR += p5-Net-Address-Ethernet
SUBDIR += p5-Net-Address-IPv4-Local
SUBDIR += p5-Net-Amazon
SUBDIR += p5-Net-BGP
diff --git a/net/p5-Net-Address-Ethernet/Makefile b/net/p5-Net-Address-Ethernet/Makefile
new file mode 100644
index 0000000..c78b545
--- /dev/null
+++ b/net/p5-Net-Address-Ethernet/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: p5-Net-Address-Ethernet
+# Date created: 2006-07-21
+# Whom: Gea-Suan Lin <gslin@gslin.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Net-Address-Ethernet
+PORTVERSION= 1.077
+CATEGORIES= net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Net
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= gslin@gslin.org
+COMMENT= Find hardware ethernet address
+
+RUN_DEPENDS= ${SITE_PERL}/Env/Path.pm:${PORTSDIR}/devel/p5-Env-Path \
+ ${SITE_PERL}/Regexp/Common.pm:${PORTSDIR}/textproc/p5-Regexp-Common
+
+PERL_CONFIGURE= yes
+
+MAN3= Net::Address::Ethernet.3
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500702
+RUN_DEPENDS+= ${SITE_PERL}/Net/Domain.pm:${PORTSDIR}/net/p5-Net
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/net/p5-Net-Address-Ethernet/distinfo b/net/p5-Net-Address-Ethernet/distinfo
new file mode 100644
index 0000000..ce5a124
--- /dev/null
+++ b/net/p5-Net-Address-Ethernet/distinfo
@@ -0,0 +1,3 @@
+MD5 (Net-Address-Ethernet-1.077.tar.gz) = 1f9799a42da9e62ef40c4ded3cccb286
+SHA256 (Net-Address-Ethernet-1.077.tar.gz) = 008eba399635b25b1f516cb61d1aa1a648c184403327f5402adf15aca4298a78
+SIZE (Net-Address-Ethernet-1.077.tar.gz) = 15501
diff --git a/net/p5-Net-Address-Ethernet/pkg-descr b/net/p5-Net-Address-Ethernet/pkg-descr
new file mode 100644
index 0000000..70fd887
--- /dev/null
+++ b/net/p5-Net-Address-Ethernet/pkg-descr
@@ -0,0 +1,3 @@
+Net::Address::Ethernet - find hardware ethernet address.
+
+WWW: http://search.cpan.org/dist/Net-Address-Ethernet/
diff --git a/net/p5-Net-Address-Ethernet/pkg-plist b/net/p5-Net-Address-Ethernet/pkg-plist
new file mode 100644
index 0000000..93a662a
--- /dev/null
+++ b/net/p5-Net-Address-Ethernet/pkg-plist
@@ -0,0 +1,8 @@
+@comment $FreeBSD$
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Address/Ethernet/.packlist
+%%SITE_PERL%%/Net/Address/Ethernet.pm
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Address/Ethernet
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Address
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
+@dirrmtry %%SITE_PERL%%/Net/Address
+@dirrmtry %%SITE_PERL%%/Net
OpenPOWER on IntegriCloud