28 lines
585 B
Makefile
28 lines
585 B
Makefile
# $OpenBSD: Makefile,v 1.13 2012/12/31 15:48:10 naddy Exp $
|
|
|
|
COMMENT = DrIFT with pugs-specific rules
|
|
|
|
DISTNAME = pugs-DrIFT-2.2.3.20120203
|
|
REVISION = 2
|
|
CATEGORIES = devel
|
|
HOMEPAGE = http://pugscode.org/
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
WANTLIB = c m
|
|
|
|
MODULES = lang/ghc converters/libiconv
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = devel/hs-HsSyck \
|
|
devel/hs-mtl>=0,<2.2.0.0 \
|
|
devel/hs-random \
|
|
devel/hs-stm
|
|
|
|
.include <bsd.port.mk>
|