diff --git a/sysutils/p5-MogileFS-Client/Makefile b/sysutils/p5-MogileFS-Client/Makefile index 854c66580de6..63ebd891b9f3 100644 --- a/sysutils/p5-MogileFS-Client/Makefile +++ b/sysutils/p5-MogileFS-Client/Makefile @@ -1,22 +1,22 @@ PORTNAME= MogileFS-Client PORTVERSION= 1.17 PORTREVISION= 2 CATEGORIES= sysutils net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DORMANDO PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Client library for the MogileFS distributed file system WWW= https://metacpan.org/release/MogileFS-Client BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-IO-Stringy>=2.102:devel/p5-IO-Stringy \ p5-libwww>=0:www/p5-libwww USES= perl5 USE_PERL5= configure NO_ARCH= yes .include diff --git a/sysutils/p5-MogileFS-Network/Makefile b/sysutils/p5-MogileFS-Network/Makefile index 788bc089aa5c..3d2d57faa36a 100644 --- a/sysutils/p5-MogileFS-Network/Makefile +++ b/sysutils/p5-MogileFS-Network/Makefile @@ -1,30 +1,30 @@ PORTNAME= MogileFS-Network PORTVERSION= 0.06 PORTREVISION= 1 CATEGORIES= sysutils net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:HACHI PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Network awareness and extensions for p5-MogileFS-Server WWW= https://metacpan.org/release/MogileFS-Network LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Net-Netmask>=0:net-mgmt/p5-Net-Netmask \ p5-Net-Patricia>=0:net/p5-Net-Patricia \ p5-MogileFS-Server>=2.50:sysutils/p5-MogileFS-Server USES= perl5 USE_PERL5= configure .include post-patch: @${REINPLACE_CMD} -e '/NAME/ s|MogileFS-Network|MogileFS::Network|' \ ${WRKSRC}/Makefile.PL .include diff --git a/sysutils/p5-MogileFS-Server/Makefile b/sysutils/p5-MogileFS-Server/Makefile index 53098ba2d0cc..75f00c55dd2d 100644 --- a/sysutils/p5-MogileFS-Server/Makefile +++ b/sysutils/p5-MogileFS-Server/Makefile @@ -1,36 +1,36 @@ PORTNAME= MogileFS-Server PORTVERSION= 2.73 PORTREVISION= 1 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DORMANDO PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= MogileFS (distributed filesystem) server WWW= https://metacpan.org/release/MogileFS-Server BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Danga-Socket>=1.56:devel/p5-Danga-Socket \ p5-DBD-SQLite>=1.13:databases/p5-DBD-SQLite \ ${DBD_MYSQL} \ p5-DBI>=0:databases/p5-DBI \ p5-IO-AIO>=0:devel/p5-IO-AIO \ p5-MogileFS-Client>=0:sysutils/p5-MogileFS-Client \ p5-Net-Netmask>=0:net-mgmt/p5-Net-Netmask \ p5-Perlbal>=1.79:www/perlbal \ p5-Sys-Syscall>=0.22:devel/p5-Sys-Syscall NO_ARCH= yes USES= mysql perl5 USE_PERL5= configure REINPLACE_ARGS= -i '' USE_RC_SUBR= mogilefsd mogstored OPTIONS_DEFINE= DOCS post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR} .include diff --git a/sysutils/p5-MogileFS-Utils/Makefile b/sysutils/p5-MogileFS-Utils/Makefile index 85011ea7e8a6..9b6201123eef 100644 --- a/sysutils/p5-MogileFS-Utils/Makefile +++ b/sysutils/p5-MogileFS-Utils/Makefile @@ -1,22 +1,22 @@ PORTNAME= MogileFS-Utils PORTVERSION= 2.30 CATEGORIES= sysutils net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DORMANDO PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= MogileFS tools WWW= https://metacpan.org/release/MogileFS-Utils BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-MogileFS-Client>=1.16:sysutils/p5-MogileFS-Client \ p5-libwww>=0:www/p5-libwww USES= perl5 USE_PERL5= configure post-patch: @${REINPLACE_CMD} -e '/NAME/ s|MogileFS-Utils|MogileFS::Utils|' ${WRKSRC}/Makefile.PL .include