diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-03-16 17:03:15 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-03-16 17:03:15 +0800 |
commit | 110f5ea93f4479e718186b4079b8867cad534cac (patch) | |
tree | 9a121b0492356973d6c601b776b10b1e4d6a16e8 /math | |
parent | 70c2486bcee7b3d8685d860eeced722fc573dd8d (diff) | |
download | freebsd-ports-gnome-110f5ea93f4479e718186b4079b8867cad534cac.tar.gz freebsd-ports-gnome-110f5ea93f4479e718186b4079b8867cad534cac.tar.zst freebsd-ports-gnome-110f5ea93f4479e718186b4079b8867cad534cac.zip |
- Add LICENSE
- Add NO_ARCH
Approved by: portmgr blanket
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-VectorReal/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 <bsd.port.mk> |