aboutsummaryrefslogtreecommitdiff
path: root/sysutils/p5-MogileFS-Utils/Makefile
blob: aaec89d9fe62fe664f6b70137c7aea6660bdb03d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Gea-Suan Lin <gslin@gslin.org>

PORTNAME=	MogileFS-Utils
PORTVERSION=	2.30
CATEGORIES=	sysutils net perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:DORMANDO
PKGNAMEPREFIX=	p5-

MAINTAINER=	trociny@FreeBSD.org
COMMENT=	MogileFS tools

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 <bsd.port.mk>