diff options
author | culot <culot@FreeBSD.org> | 2014-04-11 12:49:30 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2014-04-11 12:49:30 +0800 |
commit | 35848cd2283211aa31cbfd6babd87f8bd920d6f0 (patch) | |
tree | 10364b9bc3d5ee5f2b482d55b71a252fc557d663 /net | |
parent | b5d56449f8370d7aa6ee77b09a8a971d43109f05 (diff) | |
download | freebsd-ports-gnome-35848cd2283211aa31cbfd6babd87f8bd920d6f0.tar.gz freebsd-ports-gnome-35848cd2283211aa31cbfd6babd87f8bd920d6f0.tar.zst freebsd-ports-gnome-35848cd2283211aa31cbfd6babd87f8bd920d6f0.zip |
- Take Denis Pokataev's Perl ports maintainership
Approved by: Denis Pokataev <catone@cpan.org> (maintainer, via email)
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Server-SS-PreFork/Makefile | 2 | ||||
-rw-r--r-- | net/p5-XML-RPC/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-Net-Server-SS-PreFork/Makefile b/net/p5-Net-Server-SS-PreFork/Makefile index a9daad69b947..557fa14680a7 100644 --- a/net/p5-Net-Server-SS-PreFork/Makefile +++ b/net/p5-Net-Server-SS-PreFork/Makefile @@ -7,7 +7,7 @@ CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= catone@cpan.org +MAINTAINER= culot@FreeBSD.org COMMENT= Hot-deployable variant of Net::Server::PreFork LICENSE= ART10 GPLv1 diff --git a/net/p5-XML-RPC/Makefile b/net/p5-XML-RPC/Makefile index 529eac461711..a65df69a273e 100644 --- a/net/p5-XML-RPC/Makefile +++ b/net/p5-XML-RPC/Makefile @@ -8,7 +8,7 @@ CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= catone@cpan.org +MAINTAINER= culot@FreeBSD.org COMMENT= Pure Perl implementation for an XML-RPC client and server BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ |