From fec6a39513a0f30c19c63e9bc37d7744a82e44dd Mon Sep 17 00:00:00 2001 From: az Date: Thu, 12 Sep 2013 06:03:58 +0000 Subject: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) --- math/p5-Math-Vec/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'math/p5-Math-Vec') diff --git a/math/p5-Math-Vec/Makefile b/math/p5-Math-Vec/Makefile index 74d517c50a21..61f837923dc1 100644 --- a/math/p5-Math-Vec/Makefile +++ b/math/p5-Math-Vec/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: Math::Vec -# Date created: 6 May 2005 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= Math-Vec PORTVERSION= 1.01 @@ -14,7 +9,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Object-Oriented Vector Math Methods in Perl -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Math::Vec.3 .include -- cgit