aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-thrift/Makefile
blob: 2908b0e7fef554c528246a3f483ce0821228164b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$

PORTNAME=   thrift
PORTVERSION=    ${THRIFT_PORTVERSION}.0 # to keep in sync with ../thrift
PORTEPOCH=  1
CATEGORIES= devel rubygems
MASTER_SITES=   RG

MAINTAINER= komarov@valerka.net
COMMENT=    Ruby interface to thrift

LICENSE=    APACHE20

USE_RUBY=   yes
USES=       gem:autoplist

# Workaround for stage-qa:
post-install:
    ${FIND} ${STAGEDIR}${PREFIX}/${GEMS_BASE_DIR}/ -name '*.o' -o -name '*.so' | ${XARGS} ${STRIP_CMD}

.include "../thrift/bsd.thrift.mk"
.include <bsd.port.mk>