openbsd-ports/databases/hs-HDBC-sqlite3/Makefile
sthen 86852bcf6e reset unresponsive maintainers, various porters have spent a bunch of
time waiting for timeouts over the last year or more for many of these
ports.  ok danj@ jca@ kmos@
2019-04-24 16:26:54 +00:00

23 lines
439 B
Makefile

# $OpenBSD: Makefile,v 1.29 2019/04/24 16:26:54 sthen Exp $
COMMENT = sqlite3 driver for HDBC
DISTNAME = HDBC-sqlite3-2.3.3.1
REVISION = 6
CATEGORIES = databases
# LGPLv2.1
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
MODGHC_PACKAGE_KEY = ApRGkcIWLeSJzljQxjGBik
RUN_DEPENDS += databases/hs-HDBC>=2.3.0.0 \
devel/hs-mtl
BUILD_DEPENDS += ${RUN_DEPENDS}
.include <bsd.port.mk>