summaryrefslogtreecommitdiff
path: root/sysutils/p5-MogileFS-Utils/Makefile
blob: c4502b29ad958a3230a1b2cec5a1a0fe97c35725 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
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 <bsd.port.mk>