1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

Update to 1.011, assign MAINTAINER to perl@FreeBSD.org

This commit is contained in:
Sergey Skvortsov 2004-08-14 12:37:06 +00:00
parent 13b2e6b7cf
commit 49c740fc1e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116194
3 changed files with 7 additions and 13 deletions

View File

@ -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>

View File

@ -1,2 +1,2 @@
MD5 (Net-ext-0.932.tar.gz) = 2e923ecd69c23f7bf629c72cff8d54e0
SIZE (Net-ext-0.932.tar.gz) = 164450
MD5 (Net-ext-1.011.tar.gz) = 8be68650bef6769212127d2118b44736
SIZE (Net-ext-1.011.tar.gz) = 174058

View File

@ -9,5 +9,4 @@ Net::UDP - UDP sockets interface module
Net::UNIX - UNIX-domain sockets interface module
Net::UNIX::Server - UNIX-domain sockets interface module for listeners
-- Igor
igor@zynaps.ru
WWW: http://search.cpan.org/dist/Net-ext/