freebsd-ports/devel/rubygem-thrift/Makefile
2015-04-07 00:42:11 +00:00

24 lines
472 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= thrift
PORTVERSION= ${THRIFT_PORTVERSION} # to keep in sync with ../thrift
PORTEPOCH= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= komarov@valerka.net
COMMENT= Ruby interface to thrift
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include "../thrift/bsd.thrift.mk"
.include <bsd.port.pre.mk>
.if ${RUBY_VER} >= 2.2
BROKEN= Does not build
.endif
.include <bsd.port.post.mk>