diff options
author | aaron <aaron@FreeBSD.org> | 2006-07-02 00:11:52 +0800 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2006-07-02 00:11:52 +0800 |
commit | cff537b717e5e1015d5ddcc673e7d831409b31da (patch) | |
tree | 856fc243c605a95225a36a1a94577e1f4c432f27 /math/p5-Math-Vec/Makefile | |
parent | 8d5742fd3e129f5b11bcd216cacb2be5a63614ee (diff) | |
download | freebsd-ports-gnome-cff537b717e5e1015d5ddcc673e7d831409b31da.tar.gz freebsd-ports-gnome-cff537b717e5e1015d5ddcc673e7d831409b31da.tar.zst freebsd-ports-gnome-cff537b717e5e1015d5ddcc673e7d831409b31da.zip |
- Update to 0.040
PR: ports/99059
Submitted by: aaron
Approved by: maintainer timeout, tobez (implicit)
Diffstat (limited to 'math/p5-Math-Vec/Makefile')
-rw-r--r-- | math/p5-Math-Vec/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/p5-Math-Vec/Makefile b/math/p5-Math-Vec/Makefile index 68c3d83d2324..cff09ef45129 100644 --- a/math/p5-Math-Vec/Makefile +++ b/math/p5-Math-Vec/Makefile @@ -6,11 +6,12 @@ # PORTNAME= Math-Vec -PORTVERSION= 0.031 +PORTVERSION= 0.040 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/E/EW/EWILHELM PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-0.04 MAINTAINER= kuriyama@FreeBSD.org COMMENT= Object-Oriented Vector Math Methods in Perl |