diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:42:17 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:42:17 +0800 |
commit | c63f06c64599bc46d272b3236d4573919223a9da (patch) | |
tree | f7fc27f49a525e172dbe65eea9a2994c5ad25b19 /math | |
parent | a326e86b470bd5d2c31813ae7a06086a6564d01c (diff) | |
download | freebsd-ports-gnome-c63f06c64599bc46d272b3236d4573919223a9da.tar.gz freebsd-ports-gnome-c63f06c64599bc46d272b3236d4573919223a9da.tar.zst freebsd-ports-gnome-c63f06c64599bc46d272b3236d4573919223a9da.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/189302
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Intersection-StraightLine/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 |