freebsd-ports/devel/rubygem-thrift/Makefile
Michael Scheidell 0cc5fc227b - Update ruby-thrift 0.6.1 to rubygems-thrift 0.8.0 [1]
- Forced commit to note rpocopy from devel/ruby-thrift [1]
- substitution with this attached patch [1]
- added bsd.thift.mk to keep thrift ports in sync [2]
New files
rubygem-thrift/distinfo
rubygem-thrift/Makefile
rubygem-thrift/pkg-descr

removed file:
rubygem-thrift/pkg-list

PR:             ports/163676[1]
Submitted by:   komarov@valerka.net [1]
Reviewed by:    scheidell [2]
Approved by:    gabor (mentor)
2012-01-06 01:34:43 +00:00

22 lines
467 B
Makefile

# New ports collection makefile for: thrift
# Date created: 27 September 2007
# Whom: 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.mk>