freebsd-ports/devel/hs-text-icu/Makefile
Jan Beich ae60358af5 devel/icu: update to 61.1
Changes:	http://site.icu-project.org/download/61
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		227042
Exp-run by:	antoine
MFH:		2018Q2 (required by Firefox 61)
2018-04-06 15:53:16 +00:00

18 lines
325 B
Makefile

# $FreeBSD$
PORTNAME= text-icu
PORTVERSION= 0.7.0.1
PORTREVISION= 9
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Bindings to the ICU library
LICENSE= BSD3CLAUSE
USE_CABAL= text>=0.9.1.0
LIB_DEPENDS+= libicui18n.so:devel/icu
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>