19 lines
290 B
Makefile
19 lines
290 B
Makefile
|
# $OpenBSD $
|
||
|
|
||
|
COMMENT= Bayesian prediction of categories
|
||
|
|
||
|
DISTNAME= Algorithm-NaiveBayes-0.04
|
||
|
CATEGORIES= math
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE_FTP= Yes
|
||
|
PERMIT_PACKAGE_CDROM= Yes
|
||
|
PERMIT_DISTFILES_FTP= Yes
|
||
|
PERMIT_DISTFILES_CDROM= Yes
|
||
|
|
||
|
MODULES= cpan
|
||
|
|
||
|
CONFIGURE_STYLE= modbuild
|
||
|
|
||
|
.include <bsd.port.mk>
|