2012-09-02 17:23:17 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.2 2012/09/02 21:23:17 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-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}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|