1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00
Gabor Pali 11c8023362 - Update to 0.0.1.1
Obtained from:	FreeBSD Haskell
2012-06-03 22:27:04 +00:00

23 lines
427 B
Makefile

# New ports collection makefile for: hs-digest-ghc
# Date created: January 22, 2009
# Whom: Gabor Pali <pgj@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= digest
PORTVERSION= 0.0.1.1
CATEGORIES= security haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Various cryptographic hashes for Bytestrings
LICENSE= BSD
CABAL_SETUP= Setup.hs
USE_CABAL= zlib
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>