Tweak audio/esperanza version 0.4.0.20091017_2
[dports.git] / math / p5-AI-Perceptron / Makefile
1 # Created by: will
2 # $FreeBSD$
3
4 PORTNAME=       AI-Perceptron
5 PORTVERSION=    1.0
6 PORTREVISION=   1
7 CATEGORIES=     math perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     bofh@FreeBSD.org
12 COMMENT=        Perl module for introducing to internal operations of neural networks
13
14 LICENSE=        ART10 GPLv1
15 LICENSE_COMB=   dual
16
17 BUILD_DEPENDS=  p5-accessors>=0:${PORTSDIR}/devel/p5-accessors
18 RUN_DEPENDS:=   ${BUILD_DEPENDS}
19
20 USES=           perl5
21 USE_PERL5=      modbuild
22
23 .include <bsd.port.mk>