aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-gio/Makefile
blob: a4ffaa32c5524ff1e40b674c8c2eb89ed642f1a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for: hs-gio
# Date created:        March 13, 2011
# Whom:                haskell@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   gio
PORTVERSION=    0.12.3
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Binding to the GIO

LICENSE=    LGPL21
FILE_LICENSE=   COPYING

CABAL_SETUP=    Setup.hs

USE_CABAL=  glib>=0.12.0 mtl

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