diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 06:03:58 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 06:03:58 +0000 |
commit | 5afe3af5800cef153c206dcf3ce2f56aa85ada42 (patch) | |
tree | 43a75d1113991650ff8764ee64732c9d181c0ce4 /math/p5-Math-Vec | |
parent | e10369322220c0fa0a0ab68ed222621adf553709 (diff) |
Notes
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> |