From 110f5ea93f4479e718186b4079b8867cad534cac Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Fri, 16 Mar 2018 09:03:15 +0000 Subject: - Add LICENSE - Add NO_ARCH Approved by: portmgr blanket --- math/p5-Math-VectorReal/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'math') diff --git a/math/p5-Math-VectorReal/Makefile b/math/p5-Math-VectorReal/Makefile index b5c283accea7..ea0920d150a0 100644 --- a/math/p5-Math-VectorReal/Makefile +++ b/math/p5-Math-VectorReal/Makefile @@ -11,7 +11,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl Module to handle 3D Vector Mathematics +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include -- cgit