freebsd-ports/textproc/rubygem-charlock_holmes/Makefile
Matthias Fechner 46888c8d3a Upgrade to 0.7.6 which is required for gitlab-ce 11.5.
Approved by:	mentors (implicit)
2018-11-23 14:55:49 +00:00

20 lines
345 B
Makefile

# $FreeBSD$
PORTNAME= charlock_holmes
DISTVERSION= 0.7.6
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Gems for character encoding detection
LICENSE= MIT
LIB_DEPENDS= libicui18n.so:devel/icu
USES= gem
USE_RUBY= yes
CONFIGURE_ARGS= --with-icu-include=${LOCALBASE}/include
.include <bsd.port.mk>