openbsd-ports/security/hs-certificate/Makefile

24 lines
507 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.15 2013/03/11 11:41:25 espie Exp $
COMMENT= certificates and Key Reader/Writer
DISTNAME= certificate-0.9.5
2013-01-20 12:56:05 -05:00
REVISION= 5
CATEGORIES= security
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
# 3-clause BSD
PERMIT_PACKAGE_CDROM = Yes
MODULES= lang/ghc
MODGHC_BUILD = cabal hackage haddock register
RUN_DEPENDS = devel/hs-base64-bytestring \
devel/hs-mtl \
security/hs-asn1-data>=0.6.0,<0.7
BUILD_DEPENDS = ${RUN_DEPENDS}
.include <bsd.port.mk>