diff --git a/devel/rubygem-thrift/Makefile b/devel/rubygem-thrift/Makefile index 28f41040a48f..761ef0e2e809 100644 --- a/devel/rubygem-thrift/Makefile +++ b/devel/rubygem-thrift/Makefile @@ -1,22 +1,23 @@ # Created by: Sergey Skvortsov 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 LICENSE= APACHE20 USE_RUBY= yes -USES= gem +USES= cpe gem +CPE_VENDOR= apache # 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