Makefile 283 B

123456789101112131415161718
  1. # $OpenBSD: Makefile,v 1.8 2016/03/20 19:56:47 naddy Exp $
  2. COMMENT= Bayesian prediction of categories
  3. DISTNAME= Algorithm-NaiveBayes-0.04
  4. REVISION= 0
  5. CATEGORIES= math
  6. # Perl
  7. PERMIT_PACKAGE_CDROM= Yes
  8. MODULES= cpan
  9. PKG_ARCH= *
  10. CONFIGURE_STYLE= modbuild
  11. .include <bsd.port.mk>