mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
27 lines
517 B
Makefile
27 lines
517 B
Makefile
# 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
|
|
|
|
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>
|