blob: 5ad81a0699b39fedd3f88d7c396cfdeef5c77b83 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# 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 python
PKGNAMEPREFIX= py-
DISTFILES=
MAINTAINER= jdugan@x1024.net
COMMENT= Python interface to Thrift
BROKEN= needs updating for Apache Incubator version
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>
|