aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-SAP
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-03-06 18:56:11 +0000
committerSteve Wills <swills@FreeBSD.org>2012-03-06 18:56:11 +0000
commitdcba1e34db2a1db07b7e9c4cb7ce6e9d08e57902 (patch)
tree9129d5b19187e7c58ead9f788ae05bc5365a7dec /net/p5-Net-SAP
parentdb2bc453ca12082180450bcb5cc3ddb7ac7b913b (diff)
downloadports-dcba1e34db2a1db07b7e9c4cb7ce6e9d08e57902.tar.gz
ports-dcba1e34db2a1db07b7e9c4cb7ce6e9d08e57902.zip
Notes
Diffstat (limited to 'net/p5-Net-SAP')
-rw-r--r--net/p5-Net-SAP/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/net/p5-Net-SAP/Makefile b/net/p5-Net-SAP/Makefile
index 4889693860d8..d436ad647c57 100644
--- a/net/p5-Net-SAP/Makefile
+++ b/net/p5-Net-SAP/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Net-SAP
PORTVERSION= 0.10
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -15,8 +15,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Session Announcement Protocol (rfc2974) packet parser
-RUN_DEPENDS= ${SITE_PERL}/Net/SDP.pm:${PORTSDIR}/net/p5-Net-SDP
-BUILD_DEPENDS= ${SITE_PERL}/Net/SDP.pm:${PORTSDIR}/net/p5-Net-SDP
+BUILD_DEPENDS= p5-IO-Interface>=0:${PORTSDIR}/net/p5-IO-Interface \
+ p5-IO-Socket-Multicast6>=0:${PORTSDIR}/net/p5-IO-Socket-Multicast6 \
+ p5-Net-SDP>=0:${PORTSDIR}/net/p5-Net-SDP
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_MODBUILD= YES