From 33ba5f873933ed82de34b049199061be10456118 Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Mon, 6 Nov 2006 02:35:31 +0000 Subject: Add p5-Net-ARP 0.8, perl extension for creating ARP packets. PR: ports/104994 Submitted by: Jin-Shan Tseng --- net/p5-Net-ARP/Makefile | 25 +++++++++++++++++++++++++ net/p5-Net-ARP/distinfo | 3 +++ net/p5-Net-ARP/pkg-descr | 4 ++++ net/p5-Net-ARP/pkg-plist | 8 ++++++++ 4 files changed, 40 insertions(+) create mode 100644 net/p5-Net-ARP/Makefile create mode 100644 net/p5-Net-ARP/distinfo create mode 100644 net/p5-Net-ARP/pkg-descr create mode 100644 net/p5-Net-ARP/pkg-plist (limited to 'net/p5-Net-ARP') diff --git a/net/p5-Net-ARP/Makefile b/net/p5-Net-ARP/Makefile new file mode 100644 index 000000000000..dcf65dcfd937 --- /dev/null +++ b/net/p5-Net-ARP/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-Net-ARP +# Date created: 2006-11-01 +# Whom: Jin-Shan Tseng +# +# $FreeBSD$ +# + +PORTNAME= Net-ARP +PORTVERSION= 0.8 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Net +PKGNAMEPREFIX= p5- +EXTRACT_SUFX= .tgz + +MAINTAINER= tjs@cdpa.nsysu.edu.tw +COMMENT= Perl extension for creating ARP packets + +PERL_CONFIGURE= yes + +WRKSRC= ${WRKDIR}/${PORTNAME} + +MAN3= Net::ARP.3 + +.include diff --git a/net/p5-Net-ARP/distinfo b/net/p5-Net-ARP/distinfo new file mode 100644 index 000000000000..14d1fed5df9a --- /dev/null +++ b/net/p5-Net-ARP/distinfo @@ -0,0 +1,3 @@ +MD5 (Net-ARP-0.8.tgz) = 47214ca439a339ab405d65c7790d5b68 +SHA256 (Net-ARP-0.8.tgz) = 1231bf667caf011aaf89d1bb26cf276edf7bdd8a44a95de1cba1909566aaed7e +SIZE (Net-ARP-0.8.tgz) = 14630 diff --git a/net/p5-Net-ARP/pkg-descr b/net/p5-Net-ARP/pkg-descr new file mode 100644 index 000000000000..84f9c5751260 --- /dev/null +++ b/net/p5-Net-ARP/pkg-descr @@ -0,0 +1,4 @@ +This module can be used to create and send ARP packets and to get +the mac address of an ethernet interface or ip address. + +WWW: http://search.cpan.org/dist/Net-ARP/ diff --git a/net/p5-Net-ARP/pkg-plist b/net/p5-Net-ARP/pkg-plist new file mode 100644 index 000000000000..bd6205bd8bfa --- /dev/null +++ b/net/p5-Net-ARP/pkg-plist @@ -0,0 +1,8 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/Net/ARP.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/ARP/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/ARP/ARP.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/ARP/ARP.so +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Net +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/ARP +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net -- cgit v1.2.3