aboutsummaryrefslogtreecommitdiffstats
path: root/math/p5-AI-Perceptron/Makefile
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2013-08-03 05:38:09 +0800
committermat <mat@FreeBSD.org>2013-08-03 05:38:09 +0800
commit2705230b44322223d2223a1efa852bd2986be440 (patch)
tree6a21c7eedce3ab02121c1a526e479099181228ef /math/p5-AI-Perceptron/Makefile
parentf47f83f9c8923b3b0f740482331aab0d0aa669e9 (diff)
downloadfreebsd-ports-gnome-2705230b44322223d2223a1efa852bd2986be440.tar.gz
freebsd-ports-gnome-2705230b44322223d2223a1efa852bd2986be440.tar.zst
freebsd-ports-gnome-2705230b44322223d2223a1efa852bd2986be440.zip
- Convert to new perl framework
- Trim Makefile header
Diffstat (limited to 'math/p5-AI-Perceptron/Makefile')
-rw-r--r--math/p5-AI-Perceptron/Makefile9
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