2011-09-16 05:24:48 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2011/09/16 09:24:50 espie Exp $
|
2010-11-23 15:10:12 -05:00
|
|
|
|
|
|
|
COMMENT= DSL for embedded hard realtime applications
|
|
|
|
|
2011-04-25 11:09:15 -04:00
|
|
|
DISTNAME= atom-1.0.9
|
2011-09-16 05:24:48 -04:00
|
|
|
REVISION = 0
|
2010-11-23 15:10:12 -05:00
|
|
|
CATEGORIES= devel lang
|
|
|
|
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
|
|
|
|
# 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}
|
2011-04-25 11:09:15 -04:00
|
|
|
RUN_DEPENDS= devel/hs-bimap \
|
|
|
|
devel/hs-mtl \
|
|
|
|
devel/hs-syb
|
2010-11-23 15:10:12 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|