aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net-Server/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-Net-Server/Makefile')
-rw-r--r--net/p5-Net-Server/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/net/p5-Net-Server/Makefile b/net/p5-Net-Server/Makefile
index 503b0d931799..06bba3e6ceaf 100644
--- a/net/p5-Net-Server/Makefile
+++ b/net/p5-Net-Server/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= Net-Server
-PORTVERSION= 2.006
-PORTREVISION= 1
+PORTVERSION= 2.007
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -43,9 +42,6 @@ MAN3= Net::Server.3 \
.include <bsd.port.options.mk>
-post-patch:
- ${RM} ${WRKSRC}/lib/Net/Server.pm.orig
-
.if ${PORT_OPTIONS:MIPV6}
BUILD_DEPENDS+= p5-Socket6>=0.23:${PORTSDIR}/net/p5-Socket6
RUN_DEPENDS+= p5-Socket6>=0.23:${PORTSDIR}/net/p5-Socket6