.include <bsd.port.pre.mk>
.if ${RUBY_VER} < 1.9
USE_RUBY_FEATURES= iconv
BUILD_DEPENDS+= ${DEPEND_RUBY_ICONV}
RUN_DEPENDS+= ${DEPEND_RUBY_ICONV}
.endif
.include <bsd.port.post.mk>