freebsd-ports/textproc/rubygem-charlock_holmes/Makefile
Antoine Brodin 5593749a34 Remove bogus dependency on libunwind (brought by ruby on tier-1), those ports
should build fine on tier-2 archs

With hat:	portmgr
2018-06-10 08:08:26 +00:00

24 lines
464 B
Makefile

# $FreeBSD$
PORTNAME= charlock_holmes
DISTVERSION= 0.7.5
PORTREVISION= 2
CATEGORIES= textproc rubygems
MASTER_SITES= RG
PATCH_SITES= https://github.com/brianmario/charlock_holmes/commit/
PATCHFILES= 018be8532670.patch:-p1
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>