Files
ports/textproc/rubygem-charlock_holmes/Makefile
2021-10-04 21:58:01 +02:00

20 lines
345 B
Makefile

PORTNAME= charlock_holmes
DISTVERSION= 0.7.7
PORTREVISION= 2
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ports@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>