aboutsummaryrefslogtreecommitdiffstats
path: root/converters/hs-sandi/Makefile
blob: 258cf201464014bd8730691c5406b7c68da5ce2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

PORTNAME=   sandi
PORTVERSION=    0.3.5
CATEGORIES= converters haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Data encoding library

LICENSE=    BSD3CLAUSE

USE_CABAL=  conduit exceptions>=0.6

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