2012-01-15 12:17:30 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.2 2012/01/15 17:17:30 kili Exp $
|
2011-09-24 15:02:40 -04:00
|
|
|
|
|
|
|
COMMENT = case insensitive string comparison
|
|
|
|
|
2012-01-15 12:17:30 -05:00
|
|
|
DISTNAME = case-insensitive-0.3.0.1
|
2011-09-24 15:02:40 -04: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
|
|
|
|
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
2012-01-15 12:17:30 -05:00
|
|
|
RUN_DEPENDS = devel/hs-hashable>=1.0,<1.2 \
|
|
|
|
devel/hs-text>=0.3,<0.12
|
2011-09-24 15:02:40 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|