aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-convertible/Makefile
blob: 7684f54f0e78bfde79e315ed287ef48243944632 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
# $FreeBSD$

PORTNAME=   convertible
PORTVERSION=    1.0.11.1
PORTREVISION=   6
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Typeclasses and instances for converting between types

LICENSE=    BSD

USE_CABAL=  mtl text>=0.7

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