2016-01-20 16:22:25 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2016/01/20 16:22:26 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.
|
2015-09-19 07:55:57 +00:00
|
|
|
DISTNAME = hashable-1.2.3.3
|
2016-01-20 16:22:25 +00:00
|
|
|
REVISION = 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
|
|
|
|
|
2015-12-20 11:26:53 +00:00
|
|
|
MODGHC_PACKAGE_KEY = ESoMujpGY6DK6X3JJiQzUF
|
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>
|