opnsense-ports/security/hs-certificate/Makefile
Franco Fichtner d81000da0e */*: sync with upstream
Taken from: HardenedBSD
2018-07-01 12:11:24 +02:00

26 lines
612 B
Makefile

# $FreeBSD$
PORTNAME= certificate
PORTVERSION= 1.3.9
PORTREVISION= 5
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
IGNORE= Doesn't build with recent GHC version
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>