1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/sysutils/p5-MogileFS-Client/Makefile
Philip M. Gollucci 4c61007840 - Update to 1.11
Changes:        http://search.cpan.org/dist/MogileFS-Client/Changes
PR:             ports/147621
Submitted by:   pgollucci (myself)
Approved by:    maintainer timeout (clsung; > 2.5 months)
2010-08-23 03:58:39 +00:00

26 lines
605 B
Makefile

# 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.11
CATEGORIES= sysutils net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/D/DO/DORMANDO
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= Client library for the MogileFS distributed file system
RUN_DEPENDS= ${SITE_PERL}/IO/WrapTie.pm:${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>