2012-02-18 17:06:05 +01:00
|
|
|
# New ports collection makefile for: hs-pureMD5
|
|
|
|
# Date created: 2010-08-17
|
|
|
|
# Whom: Ashish SHUKLA <ashish@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pureMD5
|
|
|
|
PORTVERSION= 2.1.0.3
|
2012-06-03 22:52:29 +02:00
|
|
|
PORTREVISION= 1
|
2012-02-18 17:06:05 +01:00
|
|
|
CATEGORIES= security haskell
|
|
|
|
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
|
|
COMMENT= Haskell implementation of MD5 algorithm
|
|
|
|
|
|
|
|
LICENSE= BSD
|
|
|
|
|
2012-06-03 22:52:29 +02:00
|
|
|
USE_CABAL= cereal>=0.2 crypto-api tagged
|
2012-02-18 17:06:05 +01:00
|
|
|
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
|
|
.include <bsd.port.mk>
|