diff options
author | lippe <lippe@FreeBSD.org> | 2008-03-17 17:11:40 +0000 |
---|---|---|
committer | lippe <lippe@FreeBSD.org> | 2008-03-17 17:11:40 +0000 |
commit | 491b188082916434b6f74e32781c806811082b43 (patch) | |
tree | 23c2ae9d664ce10109d887f1682a716f138e2c00 /math/p5-Math-Symbolic-Custom-Pattern | |
parent | 8438c5ab1a0301002fcf4e50c14bcdf88c04b8ca (diff) | |
download | FreeBSD-ports-491b188082916434b6f74e32781c806811082b43.zip FreeBSD-ports-491b188082916434b6f74e32781c806811082b43.tar.gz |
- Update to 2.00.
- Use CPAN macro.
- Better adjustment of dependencies.
PR: ports/120452
Approved by: gabor (mentor), maintainer timeout (> 2 weeks)
Diffstat (limited to 'math/p5-Math-Symbolic-Custom-Pattern')
-rw-r--r-- | math/p5-Math-Symbolic-Custom-Pattern/Makefile | 9 | ||||
-rw-r--r-- | math/p5-Math-Symbolic-Custom-Pattern/distinfo | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/math/p5-Math-Symbolic-Custom-Pattern/Makefile b/math/p5-Math-Symbolic-Custom-Pattern/Makefile index d4eba0b..7668ced 100644 --- a/math/p5-Math-Symbolic-Custom-Pattern/Makefile +++ b/math/p5-Math-Symbolic-Custom-Pattern/Makefile @@ -6,16 +6,17 @@ # PORTNAME= Math-Symbolic-Custom-Pattern -PORTVERSION= 1.21 +PORTVERSION= 2.00 CATEGORIES= math perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Math +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= aaron@FreeBSD.org COMMENT= Pattern matching on Math::Symbolic trees -BUILD_DEPENDS= ${SITE_PERL}/Math/Symbolic.pm:${PORTSDIR}/math/p5-Math-Symbolic \ +BUILD_DEPENDS= p5-Math-Symbolic>=0.510:${PORTSDIR}/math/p5-Math-Symbolic \ + p5-Test-Pod>=1.0:${PORTSDIR}/devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=1.0:${PORTSDIR}/devel/p5-Test-Pod-Coverage \ ${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/math/p5-Math-Symbolic-Custom-Pattern/distinfo b/math/p5-Math-Symbolic-Custom-Pattern/distinfo index 5583142..b4de5ec 100644 --- a/math/p5-Math-Symbolic-Custom-Pattern/distinfo +++ b/math/p5-Math-Symbolic-Custom-Pattern/distinfo @@ -1,3 +1,3 @@ -MD5 (Math-Symbolic-Custom-Pattern-1.21.tar.gz) = f71480350209de90bd28644329afc26f -SHA256 (Math-Symbolic-Custom-Pattern-1.21.tar.gz) = 472f97b137b7228b2b2c59c11f8a639d6edf6f823c143283142b68f855bfe67c -SIZE (Math-Symbolic-Custom-Pattern-1.21.tar.gz) = 9067 +MD5 (Math-Symbolic-Custom-Pattern-2.00.tar.gz) = 387734bb68ee606ed2909c3231a24937 +SHA256 (Math-Symbolic-Custom-Pattern-2.00.tar.gz) = 68d691a69b578f87508de783991c1450ef047193da46686d07e739a35e791f8b +SIZE (Math-Symbolic-Custom-Pattern-2.00.tar.gz) = 9402 |