Makefile 322 B

12345678910111213141516171819
  1. # $OpenBSD: Makefile,v 1.15 2016/03/20 19:56:47 naddy Exp $
  2. COMMENT= module to internal operations of neural networks
  3. MODULES= cpan
  4. PKG_ARCH= *
  5. DISTNAME= AI-Perceptron-1.0
  6. REVISION= 1
  7. CATEGORIES= math
  8. # Perl
  9. PERMIT_PACKAGE_CDROM= Yes
  10. CONFIGURE_STYLE= modbuild
  11. RUN_DEPENDS= devel/p5-accessors
  12. .include <bsd.port.mk>