aboutsummaryrefslogtreecommitdiffstats
path: root/math/entropy/Makefile
blob: c969588750cef5e413f0fd8f4fa91253827725b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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
PLIST_FILES=    bin/entropy

.include <bsd.port.mk>