44978fe7b0
There a newer version available (0.4.0.1) but this has to wait after some ports depending in hs-case-insensitive have been updated.
23 lines
477 B
Makefile
23 lines
477 B
Makefile
# $OpenBSD: Makefile,v 1.2 2012/01/15 17:17:30 kili Exp $
|
|
|
|
COMMENT = case insensitive string comparison
|
|
|
|
DISTNAME = case-insensitive-0.3.0.1
|
|
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
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = devel/hs-hashable>=1.0,<1.2 \
|
|
devel/hs-text>=0.3,<0.12
|
|
|
|
.include <bsd.port.mk>
|