freebsd-ports/textproc/rubygem-charlock_holmes/Makefile
Joseph Mingrone fd25692b60 textproc/rubygem-charlock_holmes: Update to version 0.7.5
Approved by:	maintainer timeout
Differential Revision:	https://reviews.freebsd.org/D12382
2017-10-12 13:08:11 +00:00

21 lines
378 B
Makefile

# $FreeBSD$
PORTNAME= charlock_holmes
DISTVERSION= 0.7.5
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Gems for character encoding detection
LICENSE= MIT
LIB_DEPENDS= libicui18n.so:devel/icu \
libunwind.so:devel/libunwind
USES= gem
USE_RUBY= yes
CONFIGURE_ARGS= --with-icu-include=${LOCALBASE}/include
.include <bsd.port.mk>