openbsd-ports/devel/hs-uniplate/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

25 lines
525 B
Makefile

# $OpenBSD: Makefile,v 1.8 2012/10/28 23:29:50 kili Exp $
COMMENT= help writing simple, concise and fast operations
DISTNAME= uniplate-1.6.7
REVISION= 0
CATEGORIES= devel
# 3-clause BSD
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
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/hs-hashable>=1.1.2.3,<1.2 \
devel/hs-syb \
devel/hs-unordered-containers>=0.1,<0.3
.include <bsd.port.mk>