blob: a90167f8232d396d6fdcfb7075eed22b9d1a6497 (
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
|
# New ports collection makefile for: p5-MogileFS-Client
# Date created: 2007-04-22
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= MogileFS-Client
PORTVERSION= 1.13
CATEGORIES= sysutils net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/D/DO/DORMANDO
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Client library for the MogileFS distributed file system
RUN_DEPENDS= p5-IO-stringy>=2.102:${PORTSDIR}/devel/p5-IO-stringy \
${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww
PERL_CONFIGURE= yes
MAN3= MogileFS::Client.3
.include <bsd.port.mk>
|