1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/devel/py-protobuf/Makefile
2011-05-19 01:03:10 +00:00

26 lines
552 B
Makefile

# New ports collection makefile for: py-protobuf
# Date created: May 27 2009
# Whom: vanilla@
#
# $FreeBSD$
#
PORTNAME= protobuf
PORTVERSION= 2.4.1
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>