ecd391ebd4
Approved by: portmgr@
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>
|