diff options
Diffstat (limited to 'devel/hs-readline/Makefile')
-rw-r--r-- | devel/hs-readline/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/hs-readline/Makefile b/devel/hs-readline/Makefile index 665dcc6..0edee0c 100644 --- a/devel/hs-readline/Makefile +++ b/devel/hs-readline/Makefile @@ -6,12 +6,14 @@ PORTNAME= readline PORTVERSION= 1.0.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Haskell interface to the GNU readline library +LICENSE= GPLv2 + CABAL_SETUP= Setup.hs .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" |