0cc5fc227b
- 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)
22 lines
467 B
Makefile
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>
|