diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:42:09 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:42:09 +0800 |
commit | 165873fe3f38e0466ebc5d7f303557b44f9d97b9 (patch) | |
tree | 3938b4ed0c2c3a5d39898113d260f1a6e4cee8b2 /math | |
parent | a24a7c719ec92c3be24b3b0ddeae4aa65697499d (diff) | |
download | freebsd-ports-gnome-165873fe3f38e0466ebc5d7f303557b44f9d97b9.tar.gz freebsd-ports-gnome-165873fe3f38e0466ebc5d7f303557b44f9d97b9.tar.zst freebsd-ports-gnome-165873fe3f38e0466ebc5d7f303557b44f9d97b9.zip |
- Add LICENSE
- Pet portlint
- Pass maintainership to submitter
- While I'm here, remove Author line
PR: ports/189299
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Round-Var/Makefile | 7 | ||||
-rw-r--r-- | math/p5-Math-Round-Var/pkg-descr | 1 |
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/ |