diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
commit | d4f0d0048a8755106a4b0445221a19761e746984 (patch) | |
tree | c87184c5bfeaf942c827c5f706186ce9786a2588 /biology/p5-bioperl-run | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) |
Notes
Diffstat (limited to 'biology/p5-bioperl-run')
-rw-r--r-- | biology/p5-bioperl-run/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/biology/p5-bioperl-run/Makefile b/biology/p5-bioperl-run/Makefile index 2e81e0d0d882..2decb02726d5 100644 --- a/biology/p5-bioperl-run/Makefile +++ b/biology/p5-bioperl-run/Makefile @@ -7,6 +7,7 @@ PORTNAME= bioperl-run PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= biology perl5 MASTER_SITES= http://bioperl.org/DIST/ \ ${MASTER_SITE_PERL_CPAN} @@ -15,7 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= mauricio@arareko.net COMMENT= Wrapper modules for common bioinformatics tools -BUILD_DEPENDS= p5-bioperl=1.4:${PORTSDIR}/biology/p5-bioperl \ +BUILD_DEPENDS= p5-bioperl=1.4_1:${PORTSDIR}/biology/p5-bioperl \ ${SITE_PERL}/Algorithm/Diff.pm:${PORTSDIR}/devel/p5-Algorithm-Diff RUN_DEPENDS= ${BUILD_DEPENDS} |