freebsd-ports/security/hs-Crypto/Makefile
Gabor Pali db8a630740 - Teach the Haskell Cabal ports to use the new options framework
- Remove some cruft

Obtained from:	FreeBSD Haskell
2012-08-03 02:30:07 +00:00

24 lines
549 B
Makefile

# New ports collection makefile for: hs-Crypto
# Date created: July 5, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= Crypto
PORTVERSION= 4.2.5
PORTREVISION= 1
CATEGORIES= security haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Collects together existing Haskell cryptographic functions
FILE_LICENSE= ReadMe.tex
CABAL_SETUP= Setup.hs
USE_CABAL= QuickCheck>=2.4.0.1 HUnit random
EXECUTABLE= HMACTest QuickTest RSATest SHA1Test SymmetricTest WordListTest
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>