diff options
Diffstat (limited to 'security/hs-pem/Makefile')
-rw-r--r-- | security/hs-pem/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/hs-pem/Makefile b/security/hs-pem/Makefile index b7516ac9b839..3c7ec5f61709 100644 --- a/security/hs-pem/Makefile +++ b/security/hs-pem/Makefile @@ -1,16 +1,15 @@ # $FreeBSD$ PORTNAME= pem -PORTVERSION= 0.1.2 -PORTREVISION= 6 +PORTVERSION= 0.2.2 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Privacy Enhanced Mail (PEM) format reader and writer -LICENSE= BSD +LICENSE= BSD3CLAUSE -USE_CABAL= attoparsec base64-bytestring cereal mtl +USE_CABAL= base64-bytestring>=1.0.0 mtl .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |