diff options
Diffstat (limited to 'math/p5-Math-Vec')
-rw-r--r-- | math/p5-Math-Vec/Makefile | 8 |
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> |