28 lines
568 B
Makefile
28 lines
568 B
Makefile
# $OpenBSD: Makefile,v 1.17 2014/12/08 09:15:01 kili Exp $
|
|
|
|
COMMENT= postgresql driver for HDBC
|
|
|
|
DISTNAME= HDBC-postgresql-2.3.2.2
|
|
REVISION= 0
|
|
CATEGORIES= databases
|
|
|
|
HOMEPAGE= https://github.com/hdbc/hdbc-postgresql/wiki
|
|
|
|
MAINTAINER= David Coppa <dcoppa@openbsd.org>
|
|
|
|
# LGPLv2.1
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES= lang/ghc
|
|
|
|
MODGHC_BUILD= cabal hackage haddock register
|
|
|
|
RUN_DEPENDS += databases/hs-HDBC>=2.2.0 \
|
|
databases/postgresql \
|
|
devel/hs-convertible \
|
|
devel/hs-mtl \
|
|
devel/hs-parsec
|
|
BUILD_DEPENDS += ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|