1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/devel/py-thrift/Makefile
Martin Wilke 8cb0ace111 Python interface to Thrift.
WWW: http://developers.facebook.com/thrift/

PR:		ports/118366
Submitted by:	Jon M. Dugan <jdugan at x1024.net>
2007-12-14 17:12:08 +00:00

27 lines
516 B
Makefile

# New ports collection makefile for: thrift
# Date created: 30 Nov 2007
# Whom: Jon M. Dugan <jdugan@x1024.net>
#
# $FreeBSD$
#
PORTNAME= thrift
PORTVERSION= 20070917
CATEGORIES= devel
PKGNAMEPREFIX= py-
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}
.include <bsd.port.mk>