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

PORTNAME=   dataenc
PORTVERSION=    0.14
PORTREVISION=   1
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>