diff options
author | mat <mat@FreeBSD.org> | 2015-05-11 20:04:18 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-05-11 20:04:18 +0800 |
commit | 76986305c07845b629dec92e4db87d70dd61a893 (patch) | |
tree | b41fa565df2305bdc35969c964af0d73b05e8f09 /net | |
parent | 2630da79f988b94a959b9f7fc67a8c527a4c3769 (diff) | |
download | freebsd-ports-gnome-76986305c07845b629dec92e4db87d70dd61a893.tar.gz freebsd-ports-gnome-76986305c07845b629dec92e4db87d70dd61a893.tar.zst freebsd-ports-gnome-76986305c07845b629dec92e4db87d70dd61a893.zip |
Move p5- ports from ports@ to perl@.
With hat: perl@
Sponsored by: Absolight
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Filesys-SmbClient/Makefile | 2 | ||||
-rw-r--r-- | net/p5-Net-DHCP/Makefile | 2 | ||||
-rw-r--r-- | net/p5-Net-Finger/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net/p5-Filesys-SmbClient/Makefile b/net/p5-Filesys-SmbClient/Makefile index ffbb1eb5f15e..81a0477b4abf 100644 --- a/net/p5-Filesys-SmbClient/Makefile +++ b/net/p5-Filesys-SmbClient/Makefile @@ -8,7 +8,7 @@ CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Interface for access Samba filesystem with libsmclient.so LIB_DEPENDS= libsmbclient.so:${PORTSDIR}/net/samba-libsmbclient diff --git a/net/p5-Net-DHCP/Makefile b/net/p5-Net-DHCP/Makefile index 70147e06fd12..fe415e45ffe4 100644 --- a/net/p5-Net-DHCP/Makefile +++ b/net/p5-Net-DHCP/Makefile @@ -8,7 +8,7 @@ CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= DHCP set of classes designed to handle basic DHCP handling LICENSE= ART10 GPLv1 diff --git a/net/p5-Net-Finger/Makefile b/net/p5-Net-Finger/Makefile index 7a9e2633285d..8b797e6da9b6 100644 --- a/net/p5-Net-Finger/Makefile +++ b/net/p5-Net-Finger/Makefile @@ -8,7 +8,7 @@ CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl implementation of a finger client USES= perl5 |