diff options
Diffstat (limited to 'math/p5-AI-Perceptron/Makefile')
-rw-r--r-- | math/p5-AI-Perceptron/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/math/p5-AI-Perceptron/Makefile b/math/p5-AI-Perceptron/Makefile index 936615701e11..0a917e5f23d0 100644 --- a/math/p5-AI-Perceptron/Makefile +++ b/math/p5-AI-Perceptron/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: AI-Perceptron -# Date created: 04 Nov 2000 -# Whom: will -# +# Created by: will # $FreeBSD$ -# PORTNAME= AI-Perceptron PORTVERSION= 1.0 @@ -17,7 +13,8 @@ COMMENT= Perl module for introducing to internal operations of neural networks BUILD_DEPENDS= p5-accessors>=0:${PORTSDIR}/devel/p5-accessors RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= AI::Perceptron.3 |