summaryrefslogtreecommitdiff
path: root/math/entropy/Makefile
blob: bfe55641486fde8db5eed3f43b2d19508daa69b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# New ports collection makefile for:    entropy
# Date created:         9 August 2002
# Whom:                 Chris S.J. Peron <maneo@bsdpro.com>
#
# $FreeBSD$
#

PORTNAME=	entropy
PORTVERSION=	1.1
CATEGORIES=	math archivers
MASTER_SITES=	http://www.seccuris.com/documents/downloads/

MAINTAINER=	maneo@bsdpro.com
COMMENT=	Calculate data entropy to benchmark compression algorithms

MAN1=		entropy.1
MANCOMPRESSED=	yes

.include <bsd.port.mk>