434332fdb9
Google Protocol Buffers is a data serialization format. It is binary (and hence compact and fast for serialization) and as extendable as XML; its nearest analogues are Thrift and ASN.1. There are official mappings for C++, Java and Python languages; this library is a mapping for Perl. WWW: http://search.cpan.org/dist/Google-ProtocolBuffers/
25 lines
634 B
Makefile
25 lines
634 B
Makefile
# New ports collection makefile for: p5-Google-ProtocolBuffers
|
|
# Date created: 2011-06-12
|
|
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
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>
|