freebsd-ports/security/hs-cryptocipher/Makefile
Gabor Pali 1136819969 - Update to 0.3.5
- Use the new options framework

Obtained from:	FreeBSD Haskell
2012-08-03 03:10:31 +00:00

23 lines
526 B
Makefile

# New ports collection makefile for: hs-cryptocipher
# Date created: November 19, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= cryptocipher
PORTVERSION= 0.3.5
CATEGORIES= security haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Symmetrical Block, Stream, and PubKey Ciphers
LICENSE= BSD
CABAL_SETUP= Setup.hs
USE_CABAL= cereal cpu>=0.1 crypto-api>=0.5 crypto-pubkey-types>=0.1 \
primitive tagged vector>=0.7
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>