2009-01-24 00:47:58 +01:00
|
|
|
# New ports collection makefile for: hs-digest-ghc
|
|
|
|
# Date created: January 22, 2009
|
|
|
|
# Whom: Gabor Pali <pgj@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= digest
|
2011-05-09 07:28:57 +02:00
|
|
|
PORTVERSION= 0.0.0.9
|
2011-05-26 02:51:15 +02:00
|
|
|
PORTREVISION= 1
|
2009-01-24 00:47:58 +01:00
|
|
|
CATEGORIES= security haskell
|
|
|
|
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
|
|
COMMENT= Efficient cryptographic hash implementations in Haskell
|
|
|
|
|
2011-05-09 07:28:57 +02:00
|
|
|
LICENSE= BSD
|
|
|
|
|
2010-05-12 18:33:59 +02:00
|
|
|
CABAL_SETUP= Setup.hs
|
2009-01-24 00:47:58 +01:00
|
|
|
|
2010-05-12 18:33:59 +02:00
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
2009-01-24 00:47:58 +01:00
|
|
|
.include <bsd.port.mk>
|