openbsd-ports/devel/hs-pugs-DrIFT/Makefile

27 lines
561 B
Makefile
Raw Normal View History

2011-09-16 05:24:48 -04:00
# $OpenBSD: Makefile,v 1.9 2011/09/16 09:24:51 espie Exp $
COMMENT = DrIFT with pugs-specific rules
DISTNAME = pugs-DrIFT-2.2.3.1
2011-09-16 05:24:48 -04:00
REVISION = 6
CATEGORIES = devel
HOMEPAGE = http://pugscode.org/
# BSD3
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
2010-06-30 11:41:01 -04:00
WANTLIB = c gmp m pthread util
2011-04-11 10:46:29 -04:00
MODULES = lang/ghc converters/libiconv
MODGHC_BUILD = cabal hackage haddock register
2011-04-11 10:46:29 -04:00
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/hs-HsSyck \
devel/hs-mtl \
2010-11-15 14:45:56 -05:00
devel/hs-stm
.include <bsd.port.mk>