2007-09-26 22:57:24 +02:00
|
|
|
# New ports collection makefile for: thrift
|
|
|
|
# Date created: 27 September 2007
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= thrift
|
2012-01-06 02:34:43 +01:00
|
|
|
PORTVERSION= ${THRIFT_PORTVERSION} # to keep in sync with ../thrift
|
2009-12-21 19:40:15 +01:00
|
|
|
PORTEPOCH= 1
|
2012-01-06 02:34:43 +01:00
|
|
|
CATEGORIES= devel rubygems
|
|
|
|
MASTER_SITES= RG
|
2007-09-26 22:57:24 +02:00
|
|
|
|
2011-12-26 22:16:41 +01:00
|
|
|
MAINTAINER= komarov@valerka.net
|
2007-09-26 22:57:24 +02:00
|
|
|
COMMENT= Ruby interface to thrift
|
|
|
|
|
|
|
|
USE_RUBY= yes
|
2012-01-06 02:34:43 +01:00
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2007-09-26 22:57:24 +02:00
|
|
|
|
2012-01-06 02:34:43 +01:00
|
|
|
.include "../thrift/bsd.thrift.mk"
|
2007-09-26 22:57:24 +02:00
|
|
|
.include <bsd.port.mk>
|