blob: f1a360185060c8e62cb8b8f0b28bd26e9e99498e (
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
|
# 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}
PERL_CONFIGURE= yes
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
post-patch:
@${REINPLACE_CMD} -e '/NAME/ s|MogileFS-Utils|MogileFS::Utils|' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>
|