From e7bf498df575eec7864ddad8eedb00c91b524ce8 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Fri, 9 May 2014 03:42:09 +0000 Subject: [PATCH] - 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> --- math/p5-Math-Round-Var/Makefile | 7 +++++-- 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 WWW: http://search.cpan.org/dist/Math-Round-Var/