# New ports collection makefile for:	p5-Google-ProtocolBuffers
# Date created:		2011-06-12
# Whom:			Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD: ports/devel/p5-Google-ProtocolBuffers/Makefile,v 1.1 2011/06/12 16:26:42 sunpoet Exp $
#

PORTNAME=	Google-ProtocolBuffers
PORTVERSION=	0.08
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Simple interface to Google Protocol Buffers

RUN_DEPENDS=	p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
		p5-Math-BigInt>=0:${PORTSDIR}/math/p5-Math-BigInt \
		p5-Parse-RecDescent>=1.94:${PORTSDIR}/devel/p5-Parse-RecDescent

PERL_CONFIGURE=	yes

MAN3=		Google::ProtocolBuffers.3

.include <bsd.port.mk>
