2012-12-02 15:39:33 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2012/12/02 20:39:33 kili Exp $
|
2012-01-15 11:58:28 -05:00
|
|
|
|
|
|
|
COMMENT = class for hashable data types
|
|
|
|
|
2012-09-02 17:23:17 -04:00
|
|
|
DISTNAME = hashable-1.1.2.3
|
2012-12-02 15:39:33 -05:00
|
|
|
REVISION = 1
|
2012-01-15 11:58:28 -05:00
|
|
|
CATEGORIES = devel
|
|
|
|
|
|
|
|
# BSD3
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
|
|
|
MODULES = lang/ghc
|
|
|
|
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
|
2012-09-02 17:23:17 -04:00
|
|
|
RUN_DEPENDS = devel/hs-text>=0.11.0.5,<0.12
|
2012-01-15 11:58:28 -05:00
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
|
2012-12-02 15:39:33 -05:00
|
|
|
# Missing dependencies
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
|
2012-01-15 11:58:28 -05:00
|
|
|
.include <bsd.port.mk>
|