diff options
author | tobez <tobez@FreeBSD.org> | 2013-01-16 23:07:59 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2013-01-16 23:07:59 +0800 |
commit | b6675f20f90b8f35f4b460d2f9394514ad1b9862 (patch) | |
tree | 043237e657be1945d73085420301db97a8249de9 /sysutils/p5-MogileFS-Client/Makefile | |
parent | 1df6fc5540eb32d6e968a470cc2da2057eca3311 (diff) | |
download | freebsd-ports-gnome-b6675f20f90b8f35f4b460d2f9394514ad1b9862.tar.gz freebsd-ports-gnome-b6675f20f90b8f35f4b460d2f9394514ad1b9862.tar.zst freebsd-ports-gnome-b6675f20f90b8f35f4b460d2f9394514ad1b9862.zip |
sysutils/p5-MogileFS-Server: fix issues with with daemon startup.
Assign maintainership of this and related ports to the submitter -
he can take better care of these ports than perl@.
PR: 171691
Submitted by: trociny
Diffstat (limited to 'sysutils/p5-MogileFS-Client/Makefile')
-rw-r--r-- | sysutils/p5-MogileFS-Client/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sysutils/p5-MogileFS-Client/Makefile b/sysutils/p5-MogileFS-Client/Makefile index f80d76e8f097..a3177af1d1ad 100644 --- a/sysutils/p5-MogileFS-Client/Makefile +++ b/sysutils/p5-MogileFS-Client/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-MogileFS-Client -# Date created: 2007-04-22 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= MogileFS-Client PORTVERSION= 1.16 @@ -12,7 +8,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DORMANDO PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org +MAINTAINER= trociny@FreeBSD.org COMMENT= Client library for the MogileFS distributed file system BUILD_DEPENDS= p5-IO-stringy>=2.102:${PORTSDIR}/devel/p5-IO-stringy \ |