1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/devel/py-protobuf/Makefile
Vanilla I. Shu 5e191b87d1 1: Upgrade protobuf to 2.5.0.
2: bump revision.
3: document UPDATING.
2013-03-18 15:14:27 +00:00

25 lines
528 B
Makefile

# Created by: vanilla@
# $FreeBSD$
PORTNAME= protobuf
PORTVERSION= 2.5.0
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
pre-build:
@${MKDIR} ${WRKSRC}/google/protobuf/compiler
.include <bsd.port.mk>