diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-06-03 20:02:08 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-06-03 20:02:08 +0000 |
commit | 84370904404a47920c180832456bd4addae5e714 (patch) | |
tree | 8ce7358a02ee7d0304cc6490f49f874782180473 /net | |
parent | 4f008d725474533a1cd77c99faed8f7ae34df8d4 (diff) | |
download | ports-84370904404a47920c180832456bd4addae5e714.tar.gz ports-84370904404a47920c180832456bd4addae5e714.zip |
Notes
Diffstat (limited to 'net')
-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: |