mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
17 lines
242 B
Makefile
17 lines
242 B
Makefile
COMMENT= module to implement an accurate neural network mesh
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= AI-NeuralNet-Mesh-0.44
|
|
REVISION= 3
|
|
CATEGORIES= math
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
EXTRACT_SUFX= .zip
|
|
|
|
WRKDIST= ${WRKDIR}
|
|
|
|
.include <bsd.port.mk>
|