blob: c813c424b8670489cbadd96f11bfb65fbd8bc24f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $FreeBSD$
PORTNAME= scientific
PORTVERSION= 0.3.3.0
PORTREVISION= 1
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Numbers represented using scientific notation
LICENSE= BSD3CLAUSE
USE_CABAL= hashable>=1.1.2 text>=0.8
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|