freebsd-ports/textproc/rubygem-charlock_holmes/Makefile
Mathieu Arnold 7acca7e902 Bump PORTREVISION for the icu revert.
This time not bumping lang/php70, but devel/php70-intl which is the one
really depending on icu.

PR:		205120
With hat:	portmgr
Sponsored by:	Absolight
2016-07-06 22:10:14 +00:00

18 lines
346 B
Makefile

# $FreeBSD$
PORTNAME= charlock_holmes
PORTVERSION= 0.7.3
PORTREVISION= 3
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>