openbsd-ports/math/p5-AI-Perceptron/Makefile

19 lines
316 B
Makefile

# $OpenBSD: Makefile,v 1.16 2019/07/12 20:47:44 sthen Exp $
COMMENT= module to internal operations of neural networks
MODULES= cpan
PKG_ARCH= *
DISTNAME= AI-Perceptron-1.0
REVISION= 1
CATEGORIES= math
# Perl
PERMIT_PACKAGE= Yes
CONFIGURE_STYLE= modbuild
RUN_DEPENDS= devel/p5-accessors
.include <bsd.port.mk>