mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
Changes: https://github.com/unicode-org/icu/releases/tag/release-72-1 Reported by: GitHub (watch releases) PR: 266582 Exp-run by: antoine
20 lines
399 B
Makefile
20 lines
399 B
Makefile
PORTNAME= charlock_holmes
|
|
DISTVERSION= 0.7.7
|
|
PORTREVISION= 5
|
|
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
|
|
USE_RUBY= yes
|
|
|
|
CONFIGURE_ARGS= --with-icu-include=${LOCALBASE}/include
|
|
|
|
.include <bsd.port.mk>
|