summaryrefslogtreecommitdiff
path: root/devel/hs-dlist/Makefile
blob: c7b9b6febe97beecdab0e6c5d97ca093c82308b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# New ports collection makefile for:	dlist
# Date created:				November 10, 2008
# Whom:					Samy Al Bahra <sbahra@kerneled.org>
#
# $FreeBSD$

PORTNAME=	dlist
PORTVERSION=	0.5
PORTREVISION=	2
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	A list-like type supporting O(1) append for Haskell

LICENSE=	BSD

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