freebsd-ports/textproc/rubygem-charlock_holmes/Makefile
Baptiste Daroussin 4650a910d0 Chase boost and icu bump
While here convert some LIB_DEPENDS
2014-02-07 11:44:08 +00:00

20 lines
519 B
Makefile

# $FreeBSD$
PORTNAME= charlock_holmes
PORTVERSION= 0.6.9
PORTREVISION= 1
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
PLIST_FILES= lib/ruby/gems/${RUBY_VER}/gems/charlock_holmes-${PORTVERSION}/ext/charlock_holmes/src/file-5.08/src/.libs/libmagic.la
.include <bsd.port.mk>