diff options
Diffstat (limited to 'security/hs-pem/Makefile')
-rw-r--r-- | security/hs-pem/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/hs-pem/Makefile b/security/hs-pem/Makefile index 8170c0343ef9..095fe7c34f12 100644 --- a/security/hs-pem/Makefile +++ b/security/hs-pem/Makefile @@ -2,7 +2,7 @@ PORTNAME= pem PORTVERSION= 0.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org @@ -10,8 +10,6 @@ COMMENT= Privacy Enhanced Mail (PEM) format reader and writer LICENSE= BSD -CABAL_SETUP= Setup.hs - USE_CABAL= attoparsec base64-bytestring cereal mtl .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" |