blob: b7150a6041fa8ed8900a5ca04ba8373bd3705914 (
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= MogileFS-Utils
PORTVERSION= 2.27
CATEGORIES= sysutils net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DORMANDO
PKGNAMEPREFIX= p5-
MAINTAINER= trociny@FreeBSD.org
COMMENT= MogileFS tools
BUILD_DEPENDS= p5-MogileFS-Client>=1.16:${PORTSDIR}/sysutils/p5-MogileFS-Client \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
MAN1= mogadm.1 \
mogdelete.1 \
mogfetch.1 \
mogfiledebug.1 \
mogfileinfo.1 \
moglistfids.1 \
moglistkeys.1 \
mogrename.1 \
mogstats.1 \
mogtool.1 \
mogupload.1
MAN3= MogileFS::Utils.3
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e '/NAME/ s|MogileFS-Utils|MogileFS::Utils|' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>
|