blob: 9b6201123eefdb23e7f47ff81ab34ec61680c8ae (
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= 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 <bsd.port.mk>
|