2011-04-11 09:06:14 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2011/04/11 13:06:14 kili Exp $
|
2010-06-20 05:47:00 -04:00
|
|
|
|
2011-04-11 09:06:14 -04:00
|
|
|
BROKEN = overlapping instances with hs-parsec >= 3.0
|
2010-06-20 05:47:00 -04:00
|
|
|
COMMENT = Perl 6 Implementation
|
|
|
|
|
|
|
|
DISTNAME = Pugs-6.2.13.15
|
2010-10-28 09:51:00 -04:00
|
|
|
REVISION = 2
|
2010-06-20 05:47:00 -04:00
|
|
|
CATEGORIES = lang devel
|
|
|
|
HOMEPAGE = http://pugscode.org/
|
|
|
|
|
|
|
|
# BSD3
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
|
|
|
VMEM_WARNING = Yes
|
|
|
|
|
2010-09-14 14:58:01 -04:00
|
|
|
WANTLIB = c gmp m ncursesw perl pthread util
|
2010-06-20 05:47:00 -04:00
|
|
|
|
|
|
|
MODULES = lang/ghc converters/libiconv
|
|
|
|
|
|
|
|
# XXX nort may be wrong here, in case pugs uses ghci or ghc at runtime.
|
|
|
|
MODGHC_BUILD = cabal hackage nort
|
|
|
|
|
2010-11-17 03:05:12 -05:00
|
|
|
BUILD_DEPENDS = devel/hs-binary \
|
|
|
|
devel/hs-control-timeout>=0.1.2 \
|
|
|
|
devel/hs-FindBin \
|
|
|
|
lang/hs-HsParrot>=0.0.2 \
|
|
|
|
devel/hs-HsSyck>=0.44 \
|
|
|
|
devel/hs-MetaObject>=0.0.4 \
|
|
|
|
devel/hs-parsec<3.0.0 \
|
|
|
|
devel/hs-pugs-compat>=0.0.5 \
|
|
|
|
devel/hs-pugs-DrIFT>=2.2.3.0 \
|
|
|
|
devel/hs-stringtable-atom>=0.0.4
|
|
|
|
|
|
|
|
LIB_DEPENDS = devel/gmp
|
2010-06-20 05:47:00 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|