blob: 4a942d81dd67054ab2d5aa3d26acd1405f4862db (
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= 2.0
CATEGORIES= math archivers
MASTER_SITES= http://www.seccuris.com/documents/downloads/
MAINTAINER= csjp@FreeBSD.org
COMMENT= Calculate data entropy to benchmark compression algorithms
MAN1= entropy.1
MANCOMPRESSED= yes
PLIST_FILES= bin/entropy
.include <bsd.port.mk>
|