aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-constraints/Makefile
blob: aa95bda4cf6d01b2afec9af3d88a211935bc230c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

PORTNAME=	constraints
PORTVERSION=	0.4.1.3
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Constraint manipulation

LICENSE=	BSD3CLAUSE

USE_CABAL=	newtype>=0.2

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