openbsd-ports/devel/hs-aeson/Makefile
kili 2acb3c8385 Move the @exec and @unexec lines running the {,un}register.sh scripts
and the line with the unregister.sh script down to the bottom of
the plist. Silences all the blurb about ".../*.haddock doesn't exist
or isn't a file."
2012-10-28 23:24:28 +00:00

31 lines
681 B
Makefile

# $OpenBSD: Makefile,v 1.3 2012/10/28 23:26:37 kili Exp $
COMMENT = fast JSON parsing and encoding
DISTNAME = aeson-0.6.0.2
REVISION = 0
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
RUN_DEPENDS = devel/hs-blaze-builder>=0.2.1.4 \
devel/hs-dlist>=0.2 \
devel/hs-hashable>=1.1.2.0 \
devel/hs-mtl \
devel/hs-syb \
devel/hs-text>=0.11.1.0 \
devel/hs-unordered-containers>=0.1.3.0 \
devel/hs-vector>=0.7.1 \
textproc/hs-attoparsec>=0.8.6.1
BUILD_DEPENDS = ${RUN_DEPENDS}
.include <bsd.port.mk>