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

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

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

LICENSE=    BSD

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