28 lines
540 B
Makefile
Raw Normal View History

2018-01-22 22:01:42 +00:00
# $OpenBSD: Makefile,v 1.15 2018/01/22 22:01:42 kili Exp $
COMMENT = class for hashable data types
# Dependency of meta/haskell-platform.
# Please do *not* update without thinking.
PORTROACH = ignore:1
2018-01-22 22:01:42 +00:00
DISTNAME = hashable-1.2.6.1
CATEGORIES = devel
# BSD3
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
2018-01-22 22:01:42 +00:00
MODGHC_PACKAGE_KEY = 43aRZ47jOxKDNgwLEE5ins
2015-09-19 07:55:57 +00:00
2013-07-18 21:46:04 +00:00
RUN_DEPENDS = devel/hs-text>=0.11.0.5
BUILD_DEPENDS = ${RUN_DEPENDS}
# Missing dependencies
2013-03-11 10:50:00 +00:00
NO_TEST = Yes
.include <bsd.port.mk>