2018-01-22 22:01:42 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2018/01/22 22:01:42 kili Exp $
|
2012-01-15 16:58:28 +00:00
|
|
|
|
|
|
|
COMMENT = class for hashable data types
|
|
|
|
|
2014-06-19 18:58:01 +00:00
|
|
|
# Dependency of meta/haskell-platform.
|
|
|
|
# Please do *not* update without thinking.
|
2016-01-29 20:28:07 +00:00
|
|
|
PORTROACH = ignore:1
|
|
|
|
|
2018-01-22 22:01:42 +00:00
|
|
|
DISTNAME = hashable-1.2.6.1
|
2012-01-15 16:58:28 +00:00
|
|
|
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
|
2012-01-15 16:58:28 +00:00
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
|
2012-12-02 20:39:33 +00:00
|
|
|
# Missing dependencies
|
2013-03-11 10:50:00 +00:00
|
|
|
NO_TEST = Yes
|
2012-12-02 20:39:33 +00:00
|
|
|
|
2012-01-15 16:58:28 +00:00
|
|
|
.include <bsd.port.mk>
|