diff options
Diffstat (limited to 'devel/hs-bytestring-show/Makefile')
-rw-r--r-- | devel/hs-bytestring-show/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/hs-bytestring-show/Makefile b/devel/hs-bytestring-show/Makefile index ea4f1c9eb42d..910aacc83cb7 100644 --- a/devel/hs-bytestring-show/Makefile +++ b/devel/hs-bytestring-show/Makefile @@ -1,14 +1,13 @@ # $FreeBSD$ PORTNAME= bytestring-show -PORTVERSION= 0.3.5.5 -PORTREVISION= 4 +PORTVERSION= 0.3.5.6 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Efficient conversion of values into readable byte strings -LICENSE= BSD +LICENSE= BSD3CLAUSE .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |