# New ports collection makefile for:	dlist
# Date created:				November 10, 2008
# Whom:					Samy Al Bahra <sbahra@kerneled.org>
#
# $FreeBSD: ports/devel/hs-dlist/Makefile,v 1.9 2012/02/13 03:49:23 pgj Exp $

PORTNAME=	dlist
PORTVERSION=	0.5
PORTREVISION=	4
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>
