aboutsummaryrefslogtreecommitdiffstats
path: root/converters/hs-dataenc/Makefile
blob: 923411299585c0337c07ebe274cb7daa751a6e81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for: hs-dataenc
# Date created:        May 14, 2010
# Whom:                Gabor Pali <pgj@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   dataenc
PORTVERSION=    0.14.0.3
CATEGORIES= converters haskell

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

LICENSE=    BSD

CABAL_SETUP=    Setup.hs

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