Files
2016-01-21 23:40:00 +01:00

18 lines
526 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/02/07 14:56:49 taca Exp $
DISTNAME= classifier-reborn-2.0.3
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/jekyll/classifier-reborn/
COMMENT= General classifier module for Bayesian and other classificaions
LICENSE= gnu-lgpl-v2.1
DEPENDS= ${RUBY_PKGPREFIX}-fast-stemmer>=1.0<2:../../textproc/ruby-fast-stemmer
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"