aboutsummaryrefslogtreecommitdiff
path: root/security/hs-certificate/Makefile
blob: d5921d0629d459fd5c1a4d37066864a3fb30dde2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $FreeBSD$

PORTNAME=	certificate
PORTVERSION=	1.3.9
PORTREVISION=	2
CATEGORIES=	security haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Certificates and Key Reader/Writer

LICENSE=	BSD3CLAUSE

USE_CABAL=	asn1-data>=0.7.1 crypto-pubkey-types>=0.4 cryptohash \
		mtl pem>=0.1

FLAGS_DEFINE=		EXECUTABLE

EXECUTABLE_DESC=		Build the executable
EXECUTABLE_FLAG_ENABLE=		executable
EXECUTABLE_FLAG_CABAL=		cmdargs text>=0.11 cryptohash crypto-pubkey
EXECUTABLE_FLAG_EXECUTABLE=	certificate

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