aboutsummaryrefslogtreecommitdiff
path: root/print/hs-hscolour/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/hs-hscolour/Makefile')
-rw-r--r--print/hs-hscolour/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/print/hs-hscolour/Makefile b/print/hs-hscolour/Makefile
index a770b79e63d1..7626989863aa 100644
--- a/print/hs-hscolour/Makefile
+++ b/print/hs-hscolour/Makefile
@@ -6,23 +6,21 @@
#
PORTNAME= hscolour
-PORTVERSION= 1.15
-PORTREVISION= 1
+PORTVERSION= 1.17
PORTEPOCH= 1
CATEGORIES= print haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Colourise Haskell code
+LICENSE= GPLv2
+FILE_LICENSE= LICENCE-GPL
+
CABAL_SETUP= Setup.hs
EXECUTABLE= HsColour
PORTDATA= *
-.if defined(SLAVE)
-GHC_CMD= ghc
-.endif
-
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>