2007-04-27 17:50:16 +02:00
|
|
|
# New ports collection makefile for: p5-MogileFS-Utils
|
|
|
|
# Date created: 2007-04-22
|
|
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= MogileFS-Utils
|
2009-12-10 16:43:51 +01:00
|
|
|
PORTVERSION= 2.15
|
2007-04-27 17:50:16 +02:00
|
|
|
CATEGORIES= sysutils net perl5
|
|
|
|
MASTER_SITES= CPAN
|
2009-06-24 07:13:32 +02:00
|
|
|
MASTER_SITE_SUBDIR= ../../authors/id/D/DO/DORMANDO
|
2007-04-27 17:50:16 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2007-06-08 08:01:31 +02:00
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
2007-04-27 17:50:16 +02:00
|
|
|
COMMENT= MogileFS tools
|
|
|
|
|
2009-06-24 07:13:32 +02:00
|
|
|
RUN_DEPENDS= ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
|
|
|
|
${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww \
|
2007-04-27 17:50:16 +02:00
|
|
|
${SITE_PERL}/MogileFS/Client.pm:${PORTSDIR}/sysutils/p5-MogileFS-Client
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= mogadm.1 mogtool.1
|
2007-10-16 10:36:28 +02:00
|
|
|
MAN3= MogileFS::Utils.3
|
2007-04-27 17:50:16 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|