23a96f4a5f
Changes: http://site.icu-project.org/download/58 PR: 214384 Exp-run by: antoine Approved by: office (bapt)
18 lines
346 B
Makefile
18 lines
346 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= charlock_holmes
|
|
PORTVERSION= 0.7.3
|
|
PORTREVISION= 5
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Gems for character encoding detection
|
|
|
|
LIB_DEPENDS= libicui18n.so:devel/icu
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
CONFIGURE_ARGS= --with-icu-include=${LOCALBASE}/include
|
|
|
|
.include <bsd.port.mk>
|