diff options
Diffstat (limited to 'devel/hs-utility-ht/Makefile')
-rw-r--r-- | devel/hs-utility-ht/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/hs-utility-ht/Makefile b/devel/hs-utility-ht/Makefile index b5d53d03f06d..6f1d2cbb4b7a 100644 --- a/devel/hs-utility-ht/Makefile +++ b/devel/hs-utility-ht/Makefile @@ -2,14 +2,13 @@ # $FreeBSD$ PORTNAME= utility-ht -PORTVERSION= 0.0.9 -PORTREVISION= 4 +PORTVERSION= 0.0.10 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= Various small helper functions +COMMENT= Various small helper functions for Lists, Maybes, Tuples, Functions -LICENSE= BSD +LICENSE= BSD3CLAUSE .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |