1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/math/p5-AI-NeuralNet-BackProp/Makefile
2013-08-02 18:21:05 +00:00

25 lines
471 B
Makefile

# New ports collection makefile for: AI-NeuralNet-BackProp
# Date created: 15 Nov 2000
# Whom: will
#
# $FreeBSD$
#
PORTNAME= AI-NeuralNet-BackProp
PORTVERSION= 0.89
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl module implementing a back-propagation feed-forward neural network
USE_ZIP= yes
NO_WRKSUBDIR= yes
USES= perl5
USE_PERL5= configure
MAN3= AI::NeuralNet::BackProp.3
.include <bsd.port.mk>