# $FreeBSD: security/hs-pem/Makefile 319894 2013-06-04 18:53:40Z pgj $

PORTNAME=	pem
PORTVERSION=	0.1.2
PORTREVISION=	2
CATEGORIES=	security haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Privacy Enhanced Mail (PEM) format reader and writer

LICENSE=	BSD

USE_CABAL=	attoparsec base64-bytestring cereal mtl

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
