aboutsummaryrefslogblamecommitdiff
path: root/security/hs-digest/Makefile
blob: 808d2ec7b1c6bf106a8aff7a90b94b1dda712e3b (plain) (tree)
1
2
3
4
5
6
7
8
9
           

                      
                       
                 
                                

                                   
                                                            
 

                   

                    
                                                 
                      
# $FreeBSD$

PORTNAME=	digest
PORTVERSION=	0.0.1.2
PORTREVISION=	4
CATEGORIES=	security haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Various cryptographic hashes for Bytestrings

LICENSE=	BSD

USE_CABAL=	zlib

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>