aboutsummaryrefslogtreecommitdiff
path: root/graphics/hs-dia-functions/Makefile
blob: 3136c0a0eb80f3733ac46617ce2c42c5ea375fa1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=	dia-functions
PORTVERSION=	0.2.1.3
PORTREVISION=	7
CATEGORIES=	graphics haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	EDSL for teaching Haskell with diagrams - functions

LICENSE=	BSD3CLAUSE

USE_CABAL=	data-pprint>=0.2 dia-base>=0.1 mtl>=2.0

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