21 lines
368 B
Makefile
21 lines
368 B
Makefile
# $OpenBSD: Makefile,v 1.12 2013/03/11 11:23:55 espie Exp $
|
|
|
|
COMMENT= module to internal operations of neural networks
|
|
|
|
MODULES= cpan
|
|
DISTNAME= AI-Perceptron-1.0
|
|
REVISION= 0
|
|
CATEGORIES= math
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
RUN_DEPENDS= devel/p5-accessors
|
|
|
|
.include <bsd.port.mk>
|