diff options
Diffstat (limited to 'devel/rubygem-thrift')
-rw-r--r-- | devel/rubygem-thrift/Makefile | 26 | ||||
-rw-r--r-- | devel/rubygem-thrift/pkg-descr | 3 | ||||
-rw-r--r-- | devel/rubygem-thrift/pkg-plist | 10 |
3 files changed, 0 insertions, 39 deletions
diff --git a/devel/rubygem-thrift/Makefile b/devel/rubygem-thrift/Makefile deleted file mode 100644 index f8454968e045..000000000000 --- a/devel/rubygem-thrift/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: thrift -# Date created: 27 September 2007 -# Whom: Sergey Skvortsov <skv@protey.ru> -# -# $FreeBSD$ -# - -PORTNAME= thrift -PORTVERSION= 20070917 -CATEGORIES= devel -PKGNAMEPREFIX= ruby- -DISTFILES= - -MAINTAINER= skv@FreeBSD.org -COMMENT= Ruby interface to thrift - -BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/thrift:extract - -USE_RUBY= yes -USE_RUBY_SETUP= yes - -post-extract: - @${LN} -sfh \ - `cd ${PORTSDIR}/devel/thrift && ${MAKE} -V WRKSRC`/lib/rb ${WRKSRC} - -.include <bsd.port.mk> diff --git a/devel/rubygem-thrift/pkg-descr b/devel/rubygem-thrift/pkg-descr deleted file mode 100644 index 634be3a51ada..000000000000 --- a/devel/rubygem-thrift/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Ruby interface to Thrift. - -WWW: http://developers.facebook.com/thrift/ diff --git a/devel/rubygem-thrift/pkg-plist b/devel/rubygem-thrift/pkg-plist deleted file mode 100644 index 17eb6129084a..000000000000 --- a/devel/rubygem-thrift/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -%%RUBY_SITELIBDIR%%/thrift/thrift.rb -%%RUBY_SITELIBDIR%%/thrift/protocol/tbinaryprotocol.rb -%%RUBY_SITELIBDIR%%/thrift/protocol/tprotocol.rb -%%RUBY_SITELIBDIR%%/thrift/server/tserver.rb -%%RUBY_SITELIBDIR%%/thrift/transport/tsocket.rb -%%RUBY_SITELIBDIR%%/thrift/transport/ttransport.rb -@dirrm %%RUBY_SITELIBDIR%%/thrift/transport -@dirrm %%RUBY_SITELIBDIR%%/thrift/server -@dirrm %%RUBY_SITELIBDIR%%/thrift/protocol -@dirrm %%RUBY_SITELIBDIR%%/thrift |