freebsd-ports/devel/py-protobuf/Makefile
Vanilla I. Shu 0165f9542e Upgrade to 2.4.0a.
PR:		ports/155880
Submitted by:	root at iphase3 dot com
Feature safe:	yes
2011-03-23 03:58:43 +00:00

25 lines
553 B
Makefile

# New ports collection makefile for: py-protobuf
# Date created: May 27 2009
# Whom: vanilla@
#
# $FreeBSD$
#
PORTNAME= protobuf
PORTVERSION= 2.4.0a
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= vanilla@FreeBSD.org
COMMENT= Google protobuf Python Client Library
BUILD_DEPENDS= protoc:${PORTSDIR}/devel/protobuf
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/python
PROJECTHOST= protobuf
USE_BZIP2= yes
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>