18 lines
446 B
Makefile
18 lines
446 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
|
|
|
|
BROKEN= unfetchable
|
|
DEPRECATED= Broken for more than 6 months
|
|
EXPIRATION_DATE= 2020-05-05
|
|
|
|
PLIST_FILES= bin/entropy man/man1/entropy.1.gz
|
|
|
|
.include <bsd.port.mk>
|