diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2007-10-13 12:45:51 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2007-10-13 12:45:51 +0000 |
commit | b1ae876d35f613381e7e60cd8278e3023df9b3fd (patch) | |
tree | 12c5bfe84c6c3252b7fcea17c250b785d066127b /math/p5-Math-Vec/Makefile | |
parent | ee091d2e91ee59aeeefe9a4dcb8b92b85e458a36 (diff) | |
download | ports-b1ae876d35f613381e7e60cd8278e3023df9b3fd.tar.gz ports-b1ae876d35f613381e7e60cd8278e3023df9b3fd.zip |
Notes
Diffstat (limited to 'math/p5-Math-Vec/Makefile')
-rw-r--r-- | math/p5-Math-Vec/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/math/p5-Math-Vec/Makefile b/math/p5-Math-Vec/Makefile index 864a8c0bd2e6..eedec4eb7e3f 100644 --- a/math/p5-Math-Vec/Makefile +++ b/math/p5-Math-Vec/Makefile @@ -6,18 +6,15 @@ # PORTNAME= Math-Vec -PORTVERSION= 0.040 +PORTVERSION= 1.01 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 -BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple - PERL_MODBUILD= yes MAN3= Math::Vec.3 |