freebsd-ports/textproc/rubygem-charlock_holmes/Makefile
Jan Beich e55b80195e devel/icu: update to 74.1
Changes:	https://github.com/unicode-org/icu/releases/tag/release-74-1
Reported by:	GitHub (watch releases)
PR:		274317
Exp-run by:	antoine (incomplete)
Approved by:	fluffy
2023-11-17 12:46:00 +01:00

19 lines
385 B
Makefile

PORTNAME= charlock_holmes
DISTVERSION= 0.7.7
PORTREVISION= 7
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Gems for character encoding detection
WWW= https://github.com/brianmario/charlock_holmes
LICENSE= MIT
LIB_DEPENDS= libicui18n.so:devel/icu
USES= gem
CONFIGURE_ARGS= --with-icu-include=${LOCALBASE}/include
.include <bsd.port.mk>