mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
20 lines
443 B
Makefile
20 lines
443 B
Makefile
# New ports collection makefile for: entropy
|
|
# Date created: 9 August 2002
|
|
# Whom: Chris S.J. Peron <maneo@bsdpro.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= entropy
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= math archivers
|
|
MASTER_SITES= http://www.seccuris.com/documents/downloads/
|
|
|
|
MAINTAINER= maneo@bsdpro.com
|
|
COMMENT= Calculate data entropy to benchmark compression algorithms
|
|
|
|
MAN1= entropy.1
|
|
MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.mk>
|