mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
5e191b87d1
2: bump revision. 3: document UPDATING.
25 lines
528 B
Makefile
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>
|