1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

- Relax check on bioperl version; people keep forgetting to update this check

when updating bioperl port

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2009-08-02 20:00:08 +00:00
parent 55f1f70c83
commit 4b4b7f19aa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238785

View File

@ -17,7 +17,7 @@ DISTNAME= BioPerl-run-${PORTVERSION}
MAINTAINER= mauricio@arareko.net
COMMENT= Wrapper modules for common bioinformatics tools
BUILD_DEPENDS= p5-bioperl=1.6.0:${PORTSDIR}/biology/p5-bioperl \
BUILD_DEPENDS= p5-bioperl>=1.6.0:${PORTSDIR}/biology/p5-bioperl \
${SITE_PERL}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run \
${SITE_PERL}/Algorithm/Diff.pm:${PORTSDIR}/devel/p5-Algorithm-Diff
RUN_DEPENDS= ${BUILD_DEPENDS}