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