2019-09-30 12:15:10 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2019/09/30 12:15:10 kili Exp $
|
2015-12-29 12:48:38 +00:00
|
|
|
|
|
|
|
COMMENT = tagged DFA regex engine
|
|
|
|
|
2019-09-30 12:15:10 +00:00
|
|
|
DISTNAME = regex-tdfa-1.2.3.2
|
2015-12-29 12:48:38 +00:00
|
|
|
CATEGORIES = devel
|
|
|
|
|
|
|
|
# BSD
|
2019-07-12 20:44:34 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2015-12-29 12:48:38 +00:00
|
|
|
|
|
|
|
MODULES = lang/ghc
|
|
|
|
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
|
2019-09-30 12:15:10 +00:00
|
|
|
MODGHC_PACKAGE_KEY = 24BpKmE04Wg88SsVhgqjyZ
|
2015-12-29 12:48:38 +00:00
|
|
|
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
|
2019-09-30 12:15:10 +00:00
|
|
|
RUN_DEPENDS = devel/hs-regex-base>=0.93.1
|
2015-12-29 12:48:38 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|