diff options
author | az <az@FreeBSD.org> | 2013-09-12 14:03:58 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-12 14:03:58 +0800 |
commit | fec6a39513a0f30c19c63e9bc37d7744a82e44dd (patch) | |
tree | 43a75d1113991650ff8764ee64732c9d181c0ce4 /math/p5-Math-VectorReal | |
parent | 64b422e1ccdeed2bd5376a7739430c72f08453e1 (diff) | |
download | freebsd-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-VectorReal')
-rw-r--r-- | math/p5-Math-VectorReal/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/math/p5-Math-VectorReal/Makefile b/math/p5-Math-VectorReal/Makefile index 70196d4a02f7..459f99d6f1e3 100644 --- a/math/p5-Math-VectorReal/Makefile +++ b/math/p5-Math-VectorReal/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Math-VectorReal -# Date created: 11 May, 2009 -# Whom: Wen Heping <wenheping@gmail.com> -# +# Created by: Wen Heping <wenheping@gmail.com> # $FreeBSD$ -# PORTNAME= Math-VectorReal PORTVERSION= 1.02 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= wenheping@gmail.com COMMENT= Perl Module to handle 3D Vector Mathematics -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Math::VectorReal.3 |