summaryrefslogtreecommitdiff
path: root/devel/hs-dlist-instances/Makefile
blob: 79f00b9a68656928e1416d7f2b480965c062a071 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

PORTNAME=	dlist-instances
PORTVERSION=	0.1
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Difference lists instances

LICENSE=	BSD3CLAUSE

USE_CABAL=	dlist semigroups

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