2018-01-22 21:23:53 +00:00

32 lines
678 B
Makefile

# $OpenBSD: Makefile,v 1.9 2018/01/22 21:23:53 kili Exp $
COMMENT = scientific number type
# Dependency of meta/haskell-platform.
# Please do *not* update without thinking.
PORTROACH = ignore:1
DISTNAME = scientific-0.3.4.6
REVISION = 0
CATEGORIES = devel
HOMEPAGE = https://github.com/basvandijk/scientific
MAINTAINER = David Schaefer <dawedawe@gmx.de>
# BSD3
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
MODGHC_PACKAGE_KEY = JWnrWS98ixeAp8KdIqhPYx
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/hs-hashable>=1.1.2,<1.3 \
devel/hs-text>=0.8,<1.3 \
devel/hs-vector>=0.5,<0.13
.include <bsd.port.mk>