16 lines
255 B
Makefile
16 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>
|