summaryrefslogtreecommitdiff
path: root/math/hs-NumInstances/Makefile
blob: 6cf5ea098c4c54ea08f5119c5c829d74cd69ee21 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

PORTNAME=	NumInstances
PORTVERSION=	1.3
PORTREVISION=	3
CATEGORIES=	math haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Instances of numeric classes for functions and tuples

LICENSE=	BSD

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