freebsd-ports/textproc/rubygem-charlock_holmes/Makefile
Steve Wills 1949f497fa textproc/rubygem-charlock_holmes: update to 0.7.3
newer version will be needed by rubygem-github-linguist

With hat:	ruby@
2014-08-31 04:58:30 +00:00

18 lines
372 B
Makefile

# $FreeBSD$
PORTNAME= charlock_holmes
PORTVERSION= 0.7.3
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Gems for character encoding detection
LIB_DEPENDS= libicui18n.so:${PORTSDIR}/devel/icu
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
CONFIGURE_ARGS= --with-icu-include=${LOCALBASE}/include
.include <bsd.port.mk>