diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-09 03:41:28 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-09 03:41:28 +0000 |
commit | 474b799eb410dddf1e026b34359d60ba25b2cfe8 (patch) | |
tree | d3eb9224f1204e3b403f2f777d6875401aaf626e /math/p5-Math-SymbolicX-NoSimplification | |
parent | 7718accc32bc58ee74422b2bdae4a1051b9a3cb6 (diff) |
Notes
Diffstat (limited to 'math/p5-Math-SymbolicX-NoSimplification')
-rw-r--r-- | math/p5-Math-SymbolicX-NoSimplification/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/p5-Math-SymbolicX-NoSimplification/Makefile b/math/p5-Math-SymbolicX-NoSimplification/Makefile index 7690183a3c5e..eea8a4564d7e 100644 --- a/math/p5-Math-SymbolicX-NoSimplification/Makefile +++ b/math/p5-Math-SymbolicX-NoSimplification/Makefile @@ -7,9 +7,12 @@ CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Turn off Math::Symbolic simplification +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Math-Symbolic>=0:${PORTSDIR}/math/p5-Math-Symbolic RUN_DEPENDS:= ${BUILD_DEPENDS} |