diff options
Diffstat (limited to 'math/entropy/Makefile')
-rw-r--r-- | math/entropy/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/math/entropy/Makefile b/math/entropy/Makefile new file mode 100644 index 00000000000..2e3a549a430 --- /dev/null +++ b/math/entropy/Makefile @@ -0,0 +1,18 @@ +# 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://staff.seccuris.com/~cperon/ + +MAINTAINER= maneo@bsdpro.com + +MAN1= entropy.1 +MANCOMPRESSED= yes + +.include <bsd.port.mk> |