summaryrefslogtreecommitdiff
path: root/net/p5-Net-ARP/Makefile
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2009-05-05 00:00:28 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2009-05-05 00:00:28 +0000
commitac711d0446e19109f37e02ad1c91c784bd236afe (patch)
tree09e15aa8cc8170ac3fe41a73bf2d266f564fc8aa /net/p5-Net-ARP/Makefile
parent- Fix all MASTER_SITES entries. Now it will compile without problems (diff)
- update to 1.0.4
Notes
Notes: svn path=/head/; revision=233250
Diffstat (limited to 'net/p5-Net-ARP/Makefile')
-rw-r--r--net/p5-Net-ARP/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/p5-Net-ARP/Makefile b/net/p5-Net-ARP/Makefile
index eb3712abae28..a3e0018c30d9 100644
--- a/net/p5-Net-ARP/Makefile
+++ b/net/p5-Net-ARP/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Net-ARP
-PORTVERSION= 1.0.3
+PORTVERSION= 1.0.4
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -15,6 +15,8 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl extension for creating ARP packets
+BUILD_DEPENDS= p5-Net-Pcap>=0:${PORTSDIR}/net/p5-Net-Pcap
+
PERL_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}