aboutsummaryrefslogtreecommitdiffstats
path: root/math/p5-Math-Vec
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2013-09-12 14:03:58 +0800
committeraz <az@FreeBSD.org>2013-09-12 14:03:58 +0800
commitfec6a39513a0f30c19c63e9bc37d7744a82e44dd (patch)
tree43a75d1113991650ff8764ee64732c9d181c0ce4 /math/p5-Math-Vec
parent64b422e1ccdeed2bd5376a7739430c72f08453e1 (diff)
downloadfreebsd-ports-gnome-fec6a39513a0f30c19c63e9bc37d7744a82e44dd.tar.gz
freebsd-ports-gnome-fec6a39513a0f30c19c63e9bc37d7744a82e44dd.tar.zst
freebsd-ports-gnome-fec6a39513a0f30c19c63e9bc37d7744a82e44dd.zip
- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'math/p5-Math-Vec')
-rw-r--r--math/p5-Math-Vec/Makefile8
1 files changed, 2 insertions, 6 deletions
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 <kuriyama@FreeBSD.org>
-#
# $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 <bsd.port.mk>