freebsd-ports/textproc/rubygem-charlock_holmes/Makefile
Jan Beich f1f1a8be88 devel/icu: update to 73.1
- Temporarily switch to GitHub auto archive (release artifacts are N/A atm)

Changes:	https://github.com/unicode-org/icu/releases/tag/release-73-1
Reported by:	GitHub (watch releases)
PR:		270422
Exp-run by:	antoine
2023-04-13 00:56:37 +00:00

19 lines
385 B
Makefile

PORTNAME= charlock_holmes
DISTVERSION= 0.7.7
PORTREVISION= 6
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>