diff options
Diffstat (limited to 'security/hs-entropy/Makefile')
-rw-r--r-- | security/hs-entropy/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/hs-entropy/Makefile b/security/hs-entropy/Makefile index 8ecbfbd22ce6..900cf45f2032 100644 --- a/security/hs-entropy/Makefile +++ b/security/hs-entropy/Makefile @@ -1,14 +1,13 @@ # $FreeBSD$ PORTNAME= entropy -PORTVERSION= 0.2.1 -PORTREVISION= 9 +PORTVERSION= 0.3.2 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Platform-independent entropy source -LICENSE= BSD +LICENSE= BSD3CLAUSE .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |