18 lines
312 B
Makefile
18 lines
312 B
Makefile
# $OpenBSD: Makefile,v 1.14 2015/01/21 06:23:33 bentley Exp $
|
|
|
|
COMMENT= module to internal operations of neural networks
|
|
|
|
MODULES= cpan
|
|
DISTNAME= AI-Perceptron-1.0
|
|
REVISION= 1
|
|
CATEGORIES= math
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
RUN_DEPENDS= devel/p5-accessors
|
|
|
|
.include <bsd.port.mk>
|