diff options
Diffstat (limited to 'devel/hs-c2hs/Makefile')
-rw-r--r-- | devel/hs-c2hs/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/hs-c2hs/Makefile b/devel/hs-c2hs/Makefile index eb3d07d0b490..57fd41169f87 100644 --- a/devel/hs-c2hs/Makefile +++ b/devel/hs-c2hs/Makefile @@ -7,13 +7,17 @@ PORTNAME= c2hs PORTVERSION= 0.16.2 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= C->Haskell, an Interface Generator for Haskell +LICENSE= GPLv2 +FILE_LICENSE= COPYING + CABAL_SETUP= Setup.hs -USE_HACKAGE= language-c>=0.3.1.1 +USE_CABAL= language-c>=0.3.1.1 XMLDOCS= doc/users_guide:html |