aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-utf8-string/Makefile
blob: 6f950a047a7238021fb1d11a493db91795fb2554 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# New ports collection makefile for:    hs-utf8-string-ghc
# Date created:     2008-10-21
# Whom:         Ashish Shukla <wahjava@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   utf8-string
PORTVERSION=    0.3.7
PORTREVISION=   2
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Support for reading/writing UTF-8 strings for Haskell programs

LICENSE=    BSD

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>