# New ports collection makefile for: hs-crypto-pubkey-types
# Date created:        November 19, 2011
# Whom:                haskell@FreeBSD.org
#
# $FreeBSD: ports/security/hs-crypto-pubkey-types/Makefile,v 1.1 2012/02/13 02:42:56 pgj Exp $
#

PORTNAME=	crypto-pubkey-types
PORTVERSION=	0.1.0
CATEGORIES=	security haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Generic cryptography Public keys algorithm types

LICENSE=	BSD

CABAL_SETUP=	Setup.hs
USE_CABAL=	crypto-api>=0.5

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