ae60358af5
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)
18 lines
325 B
Makefile
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>
|