mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
14 lines
354 B
Makefile
14 lines
354 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
|
|
|
|
PLIST_FILES= bin/entropy man/man1/entropy.1.gz
|
|
|
|
.include <bsd.port.mk>
|