freebsd-ports/math/p5-AI-NeuralNet-BackProp/Makefile
Marcelo Araujo 2cba6cd79f - Include some ports in perl5 category.
PR:		ports/123530
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	flz (portmgr)
2008-05-19 13:12:08 +00:00

23 lines
457 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
PERL_CONFIGURE= yes
MAN3= AI::NeuralNet::BackProp.3
.include <bsd.port.mk>