aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-code-page/Makefile
blob: 0e23bf06a1905c619b82d763a577d8cc6ba42307 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

PORTNAME=	code-page
PORTVERSION=	0.1.3
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	A cross-platform module that exports functions which adjust code pages on Windows

LICENSE=	BSD3CLAUSE

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