diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-11-06 02:35:31 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-11-06 02:35:31 +0000 |
commit | 33ba5f873933ed82de34b049199061be10456118 (patch) | |
tree | f3f83e35d02835bc9bd85c6409a99911bde978c4 /net/p5-Net-ARP | |
parent | 76c8d066628176d3f190ca561425dd48686ee05d (diff) | |
download | ports-33ba5f873933ed82de34b049199061be10456118.tar.gz ports-33ba5f873933ed82de34b049199061be10456118.zip |
Notes
Diffstat (limited to 'net/p5-Net-ARP')
-rw-r--r-- | net/p5-Net-ARP/Makefile | 25 | ||||
-rw-r--r-- | net/p5-Net-ARP/distinfo | 3 | ||||
-rw-r--r-- | net/p5-Net-ARP/pkg-descr | 4 | ||||
-rw-r--r-- | net/p5-Net-ARP/pkg-plist | 8 |
4 files changed, 40 insertions, 0 deletions
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 <tjs@cdpa.nsysu.edu.tw> +# +# $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 <bsd.port.mk> 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 |