2013-03-11 07:35:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2013/03/11 11:41:25 espie Exp $
|
2010-12-09 08:55:34 -05:00
|
|
|
|
|
|
|
COMMENT= certificates and Key Reader/Writer
|
|
|
|
|
2012-01-20 15:33:17 -05:00
|
|
|
DISTNAME= certificate-0.9.5
|
2013-01-20 12:56:05 -05:00
|
|
|
REVISION= 5
|
2010-12-09 08:55:34 -05:00
|
|
|
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 \
|
2011-04-23 10:32:50 -04:00
|
|
|
devel/hs-mtl \
|
2012-01-20 15:33:17 -05:00
|
|
|
security/hs-asn1-data>=0.6.0,<0.7
|
2010-12-09 08:55:34 -05:00
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|