blob: ad5b1d9bef485bf4d5fcca6fdf547ba704da7e41 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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
PKGNAMESUFFIX= -ghc
MAINTAINER= wahjava@gmail.com
COMMENT= Support for reading/writing UTF8 strings for Haskell programs
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|