diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-29 15:00:19 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-29 15:00:19 +0800 |
commit | e512944af3aa098d6bfac68fc10b6e6a575ba1ab (patch) | |
tree | 29833f62a59b9e2617706f375fd2925385de079b /math | |
parent | be7654f054d5245c4740267b43a35a7cc45a0c33 (diff) | |
download | freebsd-ports-gnome-e512944af3aa098d6bfac68fc10b6e6a575ba1ab.tar.gz freebsd-ports-gnome-e512944af3aa098d6bfac68fc10b6e6a575ba1ab.tar.zst freebsd-ports-gnome-e512944af3aa098d6bfac68fc10b6e6a575ba1ab.zip |
- Add LICENSE_FILE
- Add NO_ARCH
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Expr/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/p5-Math-Expr/Makefile b/math/p5-Math-Expr/Makefile index f60d0ae418e1..6ca2e3982ba1 100644 --- a/math/p5-Math-Expr/Makefile +++ b/math/p5-Math-Expr/Makefile @@ -13,7 +13,9 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for parsing mathematical expressions into a tree structure LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING +NO_ARCH= yes USES= perl5 USE_PERL5= configure |