aboutsummaryrefslogtreecommitdiffstats
path: root/biology/p5-bioperl
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2010-01-29 22:52:21 +0800
committerkuriyama <kuriyama@FreeBSD.org>2010-01-29 22:52:21 +0800
commit24c3fee9cf979b3df48cbf9ab0b4bf67c591aa46 (patch)
tree59527b5cee53cf136795b812c1c2d39477489c10 /biology/p5-bioperl
parent087fc73791c28a21f8ee5256b15d7044e16a054d (diff)
downloadfreebsd-ports-gnome-24c3fee9cf979b3df48cbf9ab0b4bf67c591aa46.tar.gz
freebsd-ports-gnome-24c3fee9cf979b3df48cbf9ab0b4bf67c591aa46.tar.zst
freebsd-ports-gnome-24c3fee9cf979b3df48cbf9ab0b4bf67c591aa46.zip
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 19; last!). Approved by: portmgr (itetcu)
Diffstat (limited to 'biology/p5-bioperl')
-rw-r--r--biology/p5-bioperl/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/biology/p5-bioperl/Makefile b/biology/p5-bioperl/Makefile
index 9a062710b2dc..a1438ea6313d 100644
--- a/biology/p5-bioperl/Makefile
+++ b/biology/p5-bioperl/Makefile
@@ -7,6 +7,7 @@
PORTNAME= bioperl
PORTVERSION= 1.6.1
+PORTREVISION= 1
CATEGORIES= biology perl5
MASTER_SITES= http://bioperl.org/DIST/ \
CPAN
@@ -47,18 +48,15 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/${PERL_VERSION}/Text/Wrap.pm:${PORTSDIR}/l
${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \
${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser \
${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
- ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
${SITE_PERL}/Spreadsheet/ParseExcel.pm:${PORTSDIR}/textproc/p5-Spreadsheet-ParseExcel \
${SITE_PERL}/${PERL_ARCH}/Convert/Binary/C.pm:${PORTSDIR}/converters/p5-Convert-Binary-C \
- ${SITE_PERL}/Test/Harness.pm:${PORTSDIR}/devel/p5-Test-Harness \
${SITE_PERL}/Algorithm/Munkres.pm:${PORTSDIR}/math/p5-Algorithm-Munkres \
${SITE_PERL}/Array/Compare.pm:${PORTSDIR}/misc/p5-Array-Compare \
${SITE_PERL}/GraphViz.pm:${PORTSDIR}/graphics/p5-GraphViz \
${SITE_PERL}/${PERL_ARCH}/Math/Random.pm:${PORTSDIR}/math/p5-Math-Random \
${SITE_PERL}/PostScript/TextBlock.pm:${PORTSDIR}/print/p5-PostScript \
${SITE_PERL}/Set/Scalar.pm:${PORTSDIR}/devel/p5-Set-Scalar \
- ${SITE_PERL}/Text/ParseWords.pm:${PORTSDIR}/textproc/p5-Text-ParseWords \
${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI
RUN_DEPENDS= ${BUILD_DEPENDS}