diff options
Diffstat (limited to 'net/p5-Net-Server/Makefile')
-rw-r--r-- | net/p5-Net-Server/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/p5-Net-Server/Makefile b/net/p5-Net-Server/Makefile index d055e18f92e1..200e4b6ae156 100644 --- a/net/p5-Net-Server/Makefile +++ b/net/p5-Net-Server/Makefile @@ -7,6 +7,7 @@ PORTNAME= Net-Server PORTVERSION= 2.002 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,6 +20,8 @@ RUN_DEPENDS= p5-IO-Multiplex>=1.01:${PORTSDIR}/devel/p5-IO-Multiplex PERL_CONFIGURE= yes +MAKE_JOBS_UNSAFE= yes + OPTIONS_DEFINE= IPV6 MAN3= Net::Server.3 \ @@ -46,7 +49,6 @@ MAN3= Net::Server.3 \ .if ${PORT_OPTIONS:MIPV6} BUILD_DEPENDS+= p5-Socket6>=0.23:${PORTSDIR}/net/p5-Socket6 RUN_DEPENDS+= p5-Socket6>=0.23:${PORTSDIR}/net/p5-Socket6 -EXTRA_PATCHES= ${FILESDIR}/extra-patch-ipv6-support .endif post-patch: |