aboutsummaryrefslogtreecommitdiffstats
path: root/math/entropy/Makefile
blob: 004f9919fadfd0742cb7fb37b3f2bd2544dc12c3 (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.0
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>