From 2705230b44322223d2223a1efa852bd2986be440 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 2 Aug 2013 21:38:09 +0000 Subject: - Convert to new perl framework - Trim Makefile header --- math/p5-AI-Perceptron/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'math/p5-AI-Perceptron/Makefile') 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 -- cgit