From c63f06c64599bc46d272b3236d4573919223a9da Mon Sep 17 00:00:00 2001 From: sunpoet Date: Fri, 9 May 2014 03:42:17 +0000 Subject: - Add LICENSE - Pass maintainership to submitter PR: ports/189302 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> --- math/p5-Math-Intersection-StraightLine/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'math') diff --git a/math/p5-Math-Intersection-StraightLine/Makefile b/math/p5-Math-Intersection-StraightLine/Makefile index e1d03ce39642..dfae6f737427 100644 --- a/math/p5-Math-Intersection-StraightLine/Makefile +++ b/math/p5-Math-Intersection-StraightLine/Makefile @@ -7,9 +7,12 @@ CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Calculate intersection point for two lines +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure -- cgit