diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-03-31 15:23:13 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-03-31 15:23:13 +0000 |
commit | 5ef60cf65d5ffcd84fe51c717990fc1cba87d10b (patch) | |
tree | a7da32f6c0064d6be598b00d61f30117a3f396dd /math/p5-Math-Algebra-Symbols | |
parent | 7d0f8d0bcada46e31904286734f3f09e759febf1 (diff) | |
download | ports-5ef60cf65d5ffcd84fe51c717990fc1cba87d10b.tar.gz ports-5ef60cf65d5ffcd84fe51c717990fc1cba87d10b.zip |
Notes
Diffstat (limited to 'math/p5-Math-Algebra-Symbols')
-rw-r--r-- | math/p5-Math-Algebra-Symbols/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/math/p5-Math-Algebra-Symbols/Makefile b/math/p5-Math-Algebra-Symbols/Makefile index 02cbcaae71ec..a824f301ae67 100644 --- a/math/p5-Math-Algebra-Symbols/Makefile +++ b/math/p5-Math-Algebra-Symbols/Makefile @@ -3,7 +3,7 @@ PORTNAME= Math-Algebra-Symbols PORTVERSION= 1.21 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +14,6 @@ COMMENT= Symbolic Algebra in Pure Perl LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils -RUN_DEPENDS:= ${BUILD_DEPENDS} - USES= perl5 shebangfix SHEBANG_FILES= symbols.pl perl_OLD_CMD= perl |