diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-29 07:00:19 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-29 07:00:19 +0000 |
commit | 8c31d1ab352184f42a269ffa9877ff0ac8c443a2 (patch) | |
tree | 29833f62a59b9e2617706f375fd2925385de079b /math/p5-Math-Expr | |
parent | 6c3b53abbe61d5429f80bdd5822db90df9fdbbb7 (diff) |
- Add LICENSE_FILE
- Add NO_ARCH
Notes
Notes:
svn path=/head/; revision=402575
Diffstat (limited to 'math/p5-Math-Expr')
-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 |