aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-utf8-string/Makefile
blob: 80ad5507fe85eb3c0735c00e6d092ba4db449963 (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=   1
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>