freebsd-ports/devel/rubygem-thrift/Makefile

23 lines
467 B
Makefile
Raw Normal View History

# 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
2009-12-21 19:40:15 +01:00
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>