Tweak audio/esperanza version 0.4.0.20091017_2
[dports.git] / security / hs-pem / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       pem
4 PORTVERSION=    0.2.2
5 PORTREVISION=   1
6 CATEGORIES=     security haskell
7
8 MAINTAINER=     haskell@FreeBSD.org
9 COMMENT=        Privacy Enhanced Mail (PEM) format reader and writer
10
11 LICENSE=        BSD3CLAUSE
12
13 USE_CABAL=      base64-bytestring>=1.0.0 mtl
14
15 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
16 .include <bsd.port.mk>