12345678910111213141516171819 |
- # $OpenBSD: Makefile,v 1.15 2016/03/20 19:56:47 naddy 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_CDROM= Yes
- CONFIGURE_STYLE= modbuild
- RUN_DEPENDS= devel/p5-accessors
- .include <bsd.port.mk>
|