openbsd-ports/security/hs-pwstore-fast/Makefile

22 lines
427 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.6 2013/03/11 11:41:25 espie Exp $
COMMENT = secure password storage
2012-10-19 14:49:01 -04:00
DISTNAME = pwstore-fast-2.3
2013-01-20 12:56:05 -05:00
REVISION = 1
CATEGORIES = security
# BSD3
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
RUN_DEPENDS = devel/hs-base64-bytestring>=0.1 \
2012-09-02 16:00:55 -04:00
devel/hs-random>=1 \
security/hs-cryptohash>=0.6
BUILD_DEPENDS = ${RUN_DEPENDS}
.include <bsd.port.mk>