# $Id: Portfile 30256 2007-10-23 02:26:16Z jmpp@macports.org $

PortSystem 1.0

name		dbacl
version		1.8
categories	textproc
platforms	darwin
maintainers	nomaintainer
description	dbacl is a digramic Bayesian text classifier
long_description	dbacl is a digramic Bayesian text classifier. Given \
			some text, it calculates the posterior probabilities \
			that the input resembles one of any number of \
			previously learned document collections.

homepage	http://www.lbreyer.com/gpl.html
master_sites	http://www.lbreyer.com/gpl/
checksums	md5 2ac80618bd401e5db7754d89e59fd78a

depends_lib	lib:libreadline:readline

configure.args	--mandir=${prefix}/share/man
configure.cflags-append	"-I${prefix}/include"
