1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00
Michael Scheidell 2e527816cb - Update to 0.7.0 to unbreak build after thrift was updated to 0.7.0
PR:		ports/163136
Approved by:	gabor (mentor)
2011-12-23 12:41:16 +00:00

34 lines
719 B
Makefile

# New ports collection makefile for: thrift
# Date created: 30 Nov 2007
# Whom: Jon M. Dugan <jdugan@x1024.net>
#
# $FreeBSD$
#
PORTNAME= thrift
PORTVERSION= 0.7.0
PORTEPOCH= 1
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTFILES=
MAINTAINER= jdugan@x1024.net
COMMENT= Python interface to Thrift
EXTRACT_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/thrift:extract
USE_PYTHON= yes
USE_PYDISTUTILS= yes
post-extract:
@${LN} -sfh \
`cd ${PORTSDIR}/devel/thrift && ${MAKE} -V WRKSRC`/lib/py ${WRKSRC}
do-patch:
${REINPLACE_CMD} "/name = '/s/Thrift/thrift/" \
${WRKSRC}/setup.py
${REINPLACE_CMD} "/version = '/s/0\.1/${PORTVERSION}/" \
${WRKSRC}/setup.py
.include <bsd.port.mk>