diff options
author | lippe <lippe@FreeBSD.org> | 2008-03-18 01:08:41 +0800 |
---|---|---|
committer | lippe <lippe@FreeBSD.org> | 2008-03-18 01:08:41 +0800 |
commit | 8438c5ab1a0301002fcf4e50c14bcdf88c04b8ca (patch) | |
tree | dc289e7e910cd6bd2c8ecc4689140bd73922ade7 /math/p5-Math-Symbolic-Custom-LaTeXDumper/Makefile | |
parent | deb315f5c83aeddc94f4c8c4fa0017f4203d9347 (diff) | |
download | freebsd-ports-gnome-8438c5ab1a0301002fcf4e50c14bcdf88c04b8ca.tar.gz freebsd-ports-gnome-8438c5ab1a0301002fcf4e50c14bcdf88c04b8ca.tar.zst freebsd-ports-gnome-8438c5ab1a0301002fcf4e50c14bcdf88c04b8ca.zip |
- Update to 0.206.
- Use CPAN macro.
- Better adjustment of dependencies.
PR: ports/120453
Approved by: gabor (mentor), maintainer timeout (> 2 weeks)
Diffstat (limited to 'math/p5-Math-Symbolic-Custom-LaTeXDumper/Makefile')
-rw-r--r-- | math/p5-Math-Symbolic-Custom-LaTeXDumper/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/math/p5-Math-Symbolic-Custom-LaTeXDumper/Makefile b/math/p5-Math-Symbolic-Custom-LaTeXDumper/Makefile index 575bd1db82a0..5333eb6a9ebf 100644 --- a/math/p5-Math-Symbolic-Custom-LaTeXDumper/Makefile +++ b/math/p5-Math-Symbolic-Custom-LaTeXDumper/Makefile @@ -6,16 +6,15 @@ # PORTNAME= Math-Symbolic-Custom-LaTeXDumper -PORTVERSION= 0.204 +PORTVERSION= 0.206 CATEGORIES= math perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Math +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= aaron@FreeBSD.org COMMENT= Math::Symbolic LaTeX output -BUILD_DEPENDS= ${SITE_PERL}/Math/Symbolic.pm:${PORTSDIR}/math/p5-Math-Symbolic +BUILD_DEPENDS= p5-Math-Symbolic>=0.201:${PORTSDIR}/math/p5-Math-Symbolic RUN_DEPENDS= ${BUILD_DEPENDS} MAN3= Math::Symbolic::Custom::LaTeXDumper.3 |