2012-12-31 10:48:10 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2012/12/31 15:48:10 naddy Exp $
|
2010-06-20 05:43:23 -04:00
|
|
|
|
|
|
|
COMMENT = DrIFT with pugs-specific rules
|
|
|
|
|
2012-09-02 17:21:48 -04:00
|
|
|
DISTNAME = pugs-DrIFT-2.2.3.20120203
|
2012-12-31 10:48:10 -05:00
|
|
|
REVISION = 2
|
2010-06-20 05:43:23 -04:00
|
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = http://pugscode.org/
|
|
|
|
|
|
|
|
# BSD3
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
2012-10-11 09:31:28 -04:00
|
|
|
WANTLIB = c m
|
2010-06-20 05:43:23 -04:00
|
|
|
|
2011-04-11 10:46:29 -04:00
|
|
|
MODULES = lang/ghc converters/libiconv
|
2010-06-20 05:43:23 -04:00
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
|
2011-04-11 10:46:29 -04:00
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS = devel/hs-HsSyck \
|
2012-09-02 17:21:48 -04:00
|
|
|
devel/hs-mtl>=0,<2.2.0.0 \
|
|
|
|
devel/hs-random \
|
2010-11-15 14:45:56 -05:00
|
|
|
devel/hs-stm
|
2010-06-20 05:43:23 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|