aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-ext/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-Net-ext/Makefile')
-rw-r--r--net/p5-Net-ext/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/net/p5-Net-ext/Makefile b/net/p5-Net-ext/Makefile
index 96bf9ccf9edf..e588aaf44044 100644
--- a/net/p5-Net-ext/Makefile
+++ b/net/p5-Net-ext/Makefile
@@ -6,23 +6,18 @@
#
PORTNAME= Net-ext
-PORTVERSION= 0.932
+PORTVERSION= 1.011
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Perl modules for using sockets
PERL_CONFIGURE= yes
-MAN3= Net::Gen.3 \
- Net::Inet.3 \
- Net::TCP.3 \
- Net::TCP::Server.3 \
- Net::UDP.3 \
- Net::UNIX.3 \
- Net::UNIX::Server.3
+MAN3= Net::Gen.3 Net::Inet.3 Net::TCP.3 Net::TCP::Server.3 \
+ Net::UDP.3 Net::UNIX.3 Net::UNIX::Server.3
.include <bsd.port.mk>