6285af2b88
Approver: pgj (mentor)
16 lines
390 B
Makefile
16 lines
390 B
Makefile
# 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
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Support for reading/writing UTF8 strings for Haskell programs
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|