diff options
Diffstat (limited to 'devel/hs-cereal/Makefile')
-rw-r--r-- | devel/hs-cereal/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/hs-cereal/Makefile b/devel/hs-cereal/Makefile index af7edcc94f42..e890b2af8c09 100644 --- a/devel/hs-cereal/Makefile +++ b/devel/hs-cereal/Makefile @@ -1,14 +1,13 @@ # $FreeBSD$ PORTNAME= cereal -PORTVERSION= 0.3.5.2 -PORTREVISION= 7 +PORTVERSION= 0.4.0.1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= Binary serialization library for Haskell +COMMENT= Binary serialization library -LICENSE= BSD +LICENSE= BSD3CLAUSE .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |