blob: b5423b4b3a024e7302caca5b977293f1b646d2f0 (
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: 27 September 2007
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= thrift
PORTVERSION= 20070917
CATEGORIES= devel
PKGNAMEPREFIX= ruby-
DISTFILES=
MAINTAINER= skv@FreeBSD.org
COMMENT= Ruby interface to thrift
BROKEN= needs updating for Apache Incubator version
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/thrift:extract
USE_RUBY= yes
USE_RUBY_SETUP= yes
post-extract:
@${LN} -sfh \
`cd ${PORTSDIR}/devel/thrift && ${MAKE} -V WRKSRC`/lib/rb ${WRKSRC}
.include <bsd.port.mk>
|