aboutsummaryrefslogtreecommitdiff
path: root/converters/ruby-iconv
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2015-03-28 01:32:23 +0000
committerRene Ladan <rene@FreeBSD.org>2015-03-28 01:32:23 +0000
commit73e24dce7daf62dab92a0219294d7590401be9b2 (patch)
tree81f19ea850a616d7d53039f7176b0423846d33ad /converters/ruby-iconv
parent58f78f72e9fcb69b48ab1af5f5d0966aa419ae38 (diff)
Notes
Diffstat (limited to 'converters/ruby-iconv')
-rw-r--r--converters/ruby-iconv/Makefile46
-rw-r--r--converters/ruby-iconv/pkg-descr3
2 files changed, 0 insertions, 49 deletions
diff --git a/converters/ruby-iconv/Makefile b/converters/ruby-iconv/Makefile
deleted file mode 100644
index 6111e0187cd2..000000000000
--- a/converters/ruby-iconv/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
-# $FreeBSD$
-
-PORTNAME= iconv
-PORTVERSION= ${RUBY_PORTVERSION}
-PORTREVISION= ${RUBY_PORTREVISION}
-PORTEPOCH= 1
-CATEGORIES= converters ruby
-MASTER_SITES= #empty
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTFILES= # empty
-DISTNAME= ${PORTNAME}
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= iconv wrapper class for Ruby
-
-FETCH_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/${RUBY_PORT}:patch
-
-USES= iconv
-MAKE_ARGS= INSTALL_PROG="${INSTALL_PROGRAM}" \
- INSTALL_DATA="${INSTALL_DATA}"
-
-USE_RUBY= yes
-USE_RUBY_EXTCONF= yes
-
-MAKE_ARGS+= sitelibdir='$$(rubylibdir)'
-
-INSTALL_TARGET= site-install
-
-PLIST_FILES= ${RUBY_ARCHLIBDIR:S,${PREFIX},,:S,^/,,}/iconv.so
-
-.include <bsd.port.pre.mk>
-
-.if ${RUBY_VER} >= 2.0
-IGNORE= Not needed with Ruby 2.0 or newer
-.endif
-DEPRECATED= Not needed with Ruby 2.x
-EXPIRATION_DATE= 2015-03-28
-
-RUBY_WRKDIR!= cd ${PORTSDIR}/${RUBY_PORT}; ${MAKE} -V WRKDIR
-
-do-extract:
- ${MKDIR} ${WRKDIR}
- ${LN} -sf ${RUBY_WRKDIR}/${PORTNAME} ${WRKDIR}/
-
-.include <bsd.port.post.mk>
diff --git a/converters/ruby-iconv/pkg-descr b/converters/ruby-iconv/pkg-descr
deleted file mode 100644
index 5f559c038d59..000000000000
--- a/converters/ruby-iconv/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-This is an iconv wrapper class for Ruby.
-
-WWW: http://www.ruby-lang.org/raa/list.rhtml?name=iconv