summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/p5-Math-Round-Var/Makefile7
-rw-r--r--math/p5-Math-Round-Var/pkg-descr1
2 files changed, 5 insertions, 3 deletions
diff --git a/math/p5-Math-Round-Var/Makefile b/math/p5-Math-Round-Var/Makefile
index 8d4824360dfb..a4b0f3a87a07 100644
--- a/math/p5-Math-Round-Var/Makefile
+++ b/math/p5-Math-Round-Var/Makefile
@@ -3,14 +3,17 @@
PORTNAME= Math-Round-Var
PORTVERSION= 1.0.0
-DISTVERSION= v${PORTVERSION}
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
+DISTNAME= ${PORTNAME}-v${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= 5u623l20@gmail.com
COMMENT= Variations on rounding
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
USES= perl5
USE_PERL5= modbuild
diff --git a/math/p5-Math-Round-Var/pkg-descr b/math/p5-Math-Round-Var/pkg-descr
index 724fa386c5a5..8a4889f95843 100644
--- a/math/p5-Math-Round-Var/pkg-descr
+++ b/math/p5-Math-Round-Var/pkg-descr
@@ -6,5 +6,4 @@ values as objects.
It also implements flexible scheme parsing, so that your programs and
modules can offload the how-to-round decisions to this module.
-Author: Eric L. Wilhelm <ewilhelm at cpan dot org>
WWW: http://search.cpan.org/dist/Math-Round-Var/