aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-utf8-string/Makefile
blob: 10128e984ef4bb24c547fc6242cc1c0c7b01f368 (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.6
PORTREVISION=   1
CATEGORIES= devel haskell

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

LICENSE=    BSD

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