Update x11-toolkits/hs-wx to version 0.91.0.0
[dports.git] / x11-toolkits / hs-wx / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       wx
4 PORTVERSION=    0.91.0.0
5 CATEGORIES=     x11-toolkits haskell
6
7 MAINTAINER=     haskell@FreeBSD.org
8 COMMENT=        wxHaskell
9
10 USE_CABAL=      stm wxcore>=0.91
11
12 USE_WX=         3.0
13 WX_COMPS=       wx
14 WX_UNICODE=     yes
15
16 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
17 .include <bsd.port.mk>