diff options
Diffstat (limited to 'devel/hs-alex/Makefile')
-rw-r--r-- | devel/hs-alex/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/devel/hs-alex/Makefile b/devel/hs-alex/Makefile index c06fd20c270c..4daf84dff1ac 100644 --- a/devel/hs-alex/Makefile +++ b/devel/hs-alex/Makefile @@ -5,22 +5,26 @@ # $FreeBSD$ PORTNAME= alex -PORTVERSION= 2.3.3 -PORTREVISION= 1 +PORTVERSION= 2.3.5 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Alex is a tool for generating lexical analysers in Haskell +LICENSE= BSD + XMLDOCS= doc/alex:html USE_AUTOTOOLS= autoconf:env STANDALONE= yes EXECUTABLE= alex -PORTDATA= * PORTEXAMPLES= * INSTALL_PORTEXAMPLES= cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR} +.if defined(SLAVE) +GHC_CMD= ghc +.endif + .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |