diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-09-17 07:08:35 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-09-17 07:08:35 +0000 |
commit | 65fdea963d3a6bf396ed2fb184319329053236ad (patch) | |
tree | eac36f347f4c668011eadc4d0c16c90020f3ef66 /net/p5-Net-Analysis | |
parent | 8008dce08a13f7e0924567212ea07695d45b4f4c (diff) |
- Fix typo's
Approved by: Jin-Shan Tseng (maintainer)
Notes
Notes:
svn path=/head/; revision=173218
Diffstat (limited to 'net/p5-Net-Analysis')
-rw-r--r-- | net/p5-Net-Analysis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-Net-Analysis/Makefile b/net/p5-Net-Analysis/Makefile index 1ae4219b1f4b..33ee5fd2f81d 100644 --- a/net/p5-Net-Analysis/Makefile +++ b/net/p5-Net-Analysis/Makefile @@ -7,7 +7,7 @@ PORTNAME= Net-Analysis PORTVERSION= 0.05 -CATEGORIES= net perl5 +CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net PKGNAMEPREFIX= p5- @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= tjs@cdpa.nsysu.edu.tw COMMENT= Modules for analysing network traffic -RUN_DEPENDS=${SITE_PERL}/${PERL_ARCH}/Net/Pcap.pm:${PORTSDIR}/net/p5-Net-Pcap \ +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/Pcap.pm:${PORTSDIR}/net/p5-Net-Pcap \ ${SITE_PERL}/NetPacket.pm:${PORTSDIR}/net/p5-NetPacket \ ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww |