opnsense-ports/textproc/rubygem-charlock_holmes/Makefile
Franco Fichtner 3051a473b5 */*: sync with upstream
Taken from: HardenedBSD
2019-03-28 04:31:08 +01:00

21 lines
361 B
Makefile

# $FreeBSD$
PORTNAME= charlock_holmes
DISTVERSION= 0.7.6
PORTREVISION= 1
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>