aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-03-17 22:39:53 +0000
committerSteve Wills <swills@FreeBSD.org>2012-03-17 22:39:53 +0000
commit960574fc56ddea32555d7a6257f81bdcb5d9f2b4 (patch)
tree59baaf564980f6baf0c71fa8ce049328dadc9ea4 /net
parent370746894c09e65152ca9a7f41496e23f4ecd0a5 (diff)
downloadports-960574fc56ddea32555d7a6257f81bdcb5d9f2b4.tar.gz
ports-960574fc56ddea32555d7a6257f81bdcb5d9f2b4.zip
- Add missing BUILD_DEPENDS and RUN_DEPENDS
- Bump PORTREVISION - Avoid use of SITE_PERL in DEPENDS - Sort DEPENDS PR: ports/165784 Approved by: maintainer timeout (tjs@cdpa.nsysu.edu.tw, >2 weeks) Feature safe: yes
Notes
Notes: svn path=/head/; revision=293476
Diffstat (limited to 'net')
-rw-r--r--net/p5-IO-Socket-Multicast6/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/net/p5-IO-Socket-Multicast6/Makefile b/net/p5-IO-Socket-Multicast6/Makefile
index f1cdd5504fb3..e71cd14b6784 100644
--- a/net/p5-IO-Socket-Multicast6/Makefile
+++ b/net/p5-IO-Socket-Multicast6/Makefile
@@ -7,6 +7,7 @@
PORTNAME= IO-Socket-Multicast6
PORTVERSION= 0.03
+PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,10 +15,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tjs@cdpa.nsysu.edu.tw
COMMENT= Send and receive IPv4 and IPv6 multicast messages
-RUN_DEPENDS= p5-Socket6>=0.19:${PORTSDIR}/net/p5-Socket6 \
- p5-IO-Interface>=1.01:${PORTSDIR}/net/p5-IO-Interface \
+BUILD_DEPENDS= p5-IO-Interface>=1.01:${PORTSDIR}/net/p5-IO-Interface \
+ p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 \
p5-Socket-Multicast6>=0.01:${PORTSDIR}/net/p5-Socket-Multicast6 \
- ${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-Socket-INET6
+ p5-Socket6>=0.19:${PORTSDIR}/net/p5-Socket6
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_MODBUILD= yes