2acb3c8385
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."
29 lines
635 B
Makefile
29 lines
635 B
Makefile
# $OpenBSD: Makefile,v 1.11 2012/10/28 23:28:49 kili Exp $
|
|
|
|
COMMENT = portable Haskell/POSIX layer for Pugs
|
|
|
|
DISTNAME = pugs-compat-0.0.6.20120229.163800
|
|
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
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = devel/hs-mtl \
|
|
devel/hs-network \
|
|
devel/hs-random \
|
|
devel/hs-regex-base \
|
|
devel/hs-regex-pcre-builtin \
|
|
devel/hs-stm \
|
|
devel/hs-stringtable-atom>=0.0.6.1 \
|
|
devel/hs-syb
|
|
|
|
.include <bsd.port.mk>
|