2013-03-11 10:50:00 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2013/03/11 10:50:07 espie Exp $
|
2012-01-15 16:58:28 +00:00
|
|
|
|
|
|
|
COMMENT = class for hashable data types
|
|
|
|
|
2012-09-02 21:23:17 +00:00
|
|
|
DISTNAME = hashable-1.1.2.3
|
2013-01-20 17:56:05 +00:00
|
|
|
REVISION = 2
|
2012-01-15 16:58:28 +00:00
|
|
|
CATEGORIES = devel
|
|
|
|
|
|
|
|
# BSD3
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
|
|
|
MODULES = lang/ghc
|
|
|
|
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
|
2012-09-02 21:23:17 +00:00
|
|
|
RUN_DEPENDS = devel/hs-text>=0.11.0.5,<0.12
|
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>
|