mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
18 lines
382 B
Makefile
18 lines
382 B
Makefile
# Created by: 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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|