openbsd-ports/math/p5-AI-Perceptron/Makefile
2022-03-11 19:36:11 +00:00

17 lines
255 B
Makefile

COMMENT= module to internal operations of neural networks
MODULES= cpan
PKG_ARCH= *
DISTNAME= AI-Perceptron-1.0
REVISION= 2
CATEGORIES= math
# Perl
PERMIT_PACKAGE= Yes
CONFIGURE_STYLE= modbuild
RUN_DEPENDS= devel/p5-accessors
.include <bsd.port.mk>