- Add missing dependency for IPV6 option
- Bump PORTREVISION for dependency change PR: 214826 Submitted by: Melissa Pilgrim <ports.maintainer@evilphi.com>
This commit is contained in:
parent
7f9e7ee6a4
commit
57ffb961d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=427117
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= Net-Server
|
||||
PORTVERSION= 2.008
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -22,7 +22,9 @@ OPTIONS_DEFINE= IPV6
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
IPV6_BUILD_DEPENDS= p5-Socket6>=0.23:net/p5-Socket6
|
||||
IPV6_RUN_DEPENDS= p5-Socket6>=0.23:net/p5-Socket6
|
||||
IPV6_BUILD_DEPENDS= p5-IO-Socket-INET6>=0:net/p5-IO-Socket-INET6 \
|
||||
p5-Socket6>=0.23:net/p5-Socket6
|
||||
IPV6_RUN_DEPENDS= p5-IO-Socket-INET6>=0:net/p5-IO-Socket-INET6 \
|
||||
p5-Socket6>=0.23:net/p5-Socket6
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user