Prune devel/py-EnthoughtBase
[dports.git] / devel / hs-gio / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       gio
4 PORTVERSION=    0.13.1.0
5 CATEGORIES=     devel haskell
6
7 MAINTAINER=     haskell@FreeBSD.org
8 COMMENT=        Binding to the GIO
9
10 LICENSE=        LGPL21
11
12 USES=           pkgconfig
13 USE_CABAL=      glib>=0.13.0.0 mtl
14
15 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
16 .include <bsd.port.mk>