23 lines
435 B
Makefile
23 lines
435 B
Makefile
# $OpenBSD: Makefile,v 1.9 2010/10/18 20:52:06 espie Exp $
|
|
|
|
COMMENT= module to internal operations of neural networks
|
|
|
|
MODULES= cpan
|
|
DISTNAME= AI-Perceptron-1.0
|
|
CATEGORIES= math
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
RUN_DEPENDS= ::devel/p5-accessors
|
|
|
|
.include <bsd.port.mk>
|