diff options
author | culot <culot@FreeBSD.org> | 2013-06-25 17:07:16 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2013-06-25 17:07:16 +0800 |
commit | cfaf3801c5608130871e1471594235723bee2011 (patch) | |
tree | 4173f36595caabcd498947967b7342daa16b2a33 /math | |
parent | a7019ff6a001ff67c4e78c507e632ce6f65cf97f (diff) | |
download | freebsd-ports-gnome-cfaf3801c5608130871e1471594235723bee2011.tar.gz freebsd-ports-gnome-cfaf3801c5608130871e1471594235723bee2011.tar.zst freebsd-ports-gnome-cfaf3801c5608130871e1471594235723bee2011.zip |
- Update to 0.612
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/Math-Symbolic/Changes
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Symbolic/Makefile | 9 | ||||
-rw-r--r-- | math/p5-Math-Symbolic/distinfo | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/math/p5-Math-Symbolic/Makefile b/math/p5-Math-Symbolic/Makefile index 029e793e27c2..fb7070b1c422 100644 --- a/math/p5-Math-Symbolic/Makefile +++ b/math/p5-Math-Symbolic/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-Symbolic -PORTVERSION= 0.611 +PORTVERSION= 0.612 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SMUELLER @@ -11,9 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Symbolic calculations -BUILD_DEPENDS= p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent \ - p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ - p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Math::Symbolic.3 \ diff --git a/math/p5-Math-Symbolic/distinfo b/math/p5-Math-Symbolic/distinfo index ef604b08d569..75673d32ed01 100644 --- a/math/p5-Math-Symbolic/distinfo +++ b/math/p5-Math-Symbolic/distinfo @@ -1,2 +1,2 @@ -SHA256 (Math-Symbolic-0.611.tar.gz) = 0f70e32145586918988a3028822f2bfac26b35981d4668bf1db44c1350ea3730 -SIZE (Math-Symbolic-0.611.tar.gz) = 133530 +SHA256 (Math-Symbolic-0.612.tar.gz) = a9af979956c4c28683c535b5e5da3cde198c0cac2a11b3c9a129da218b3b9c08 +SIZE (Math-Symbolic-0.612.tar.gz) = 137357 |