aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-data-object/Makefile
blob: 57808c7b2d91b3220300d6ba449fbdac2a4d5286 (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-data-object
# Date created:     December 26, 2011
# Whom:         haskell@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   data-object
PORTVERSION=    0.3.1.9
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Represent hierarchical structures, called objects in JSON

LICENSE=    BSD

USE_CABAL=  failure>=0.1.0 text>=0.5

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