freebsd-ports/math/p5-AI-NeuralNet-BackProp/Makefile

25 lines
494 B
Makefile
Raw Normal View History

# 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
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= AI
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= Perl module implementing a back-propagation feed-forward neural network
USE_ZIP= yes
NO_WRKSUBDIR= yes
PERL_CONFIGURE= yes
MAN3= AI::NeuralNet::BackProp.3
.include <bsd.port.mk>