freebsd-ports/devel/rubygem-thrift/Makefile
Michael Scheidell f87aa83e0e - Update to 0.9.0
PR:		ports/172809
2013-02-26 16:22:17 +00:00

19 lines
386 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.mk>