fd25692b60
Approved by: maintainer timeout Differential Revision: https://reviews.freebsd.org/D12382
21 lines
378 B
Makefile
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>
|