aboutsummaryrefslogtreecommitdiff
path: root/biology/p5-Bio-Das
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2008-12-11 05:19:12 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2008-12-11 05:19:12 +0000
commit26a2267dfc289ffeda2bd83948a52a73fe284b02 (patch)
treecf0f5480b34a429d67abb26c7fa3c2f84d3a565f /biology/p5-Bio-Das
parent7813f529df4103109d23b36b21e92de3de288816 (diff)
downloadports-26a2267dfc289ffeda2bd83948a52a73fe284b02.tar.gz
ports-26a2267dfc289ffeda2bd83948a52a73fe284b02.zip
- update to 1.10
Notes
Notes: svn path=/head/; revision=224091
Diffstat (limited to 'biology/p5-Bio-Das')
-rw-r--r--biology/p5-Bio-Das/Makefile27
-rw-r--r--biology/p5-Bio-Das/distinfo6
-rw-r--r--biology/p5-Bio-Das/pkg-descr2
3 files changed, 21 insertions, 14 deletions
diff --git a/biology/p5-Bio-Das/Makefile b/biology/p5-Bio-Das/Makefile
index cd8b2fb34a51..8e4f7693788c 100644
--- a/biology/p5-Bio-Das/Makefile
+++ b/biology/p5-Bio-Das/Makefile
@@ -6,21 +6,18 @@
#
PORTNAME= Bio-Das
-PORTVERSION= 1.09
+PORTVERSION= 1.10
CATEGORIES= biology perl5
-MASTER_SITES= http://www.biodas.org/download/Bio::Das/ \
- CPAN
+MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Client-side library for Distributed Genome Annotation System
-BUILD_DEPENDS= ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
- ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
- ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
- ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
- ${SITE_PERL}/Bio/Root/Root.pm:${PORTSDIR}/biology/p5-bioperl
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS= p5-HTML-Parser>=3:${PORTSDIR}/www/p5-HTML-Parser \
+ p5-bioperl>=0:${PORTSDIR}/biology/p5-bioperl \
+ p5-libwww>=5:${PORTSDIR}/www/p5-libwww
+BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= YES
@@ -36,4 +33,14 @@ MAN3= Bio::Das.3 Bio::Das::AGPServer::Config.3 Bio::Das::AGPServer::Daemon.3 \
Bio::Das::Request::Types.3 Bio::Das::Segment.3 Bio::Das::Stylesheet.3 \
Bio::Das::Type.3 Bio::Das::TypeHandler.3 Bio::Das::Util.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500903
+RUN_DEPENDS+= p5-Compress-Zlib>=1:${PORTSDIR}/archivers/p5-Compress-Zlib
+.endif
+
+.if ${PERL_LEVEL} < 500703
+RUN_DEPENDS+= p5-MIME-Base64>=2.12:${PORTSDIR}/converters/p5-MIME-Base64
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/biology/p5-Bio-Das/distinfo b/biology/p5-Bio-Das/distinfo
index e779df1bf399..b28b723ca9c7 100644
--- a/biology/p5-Bio-Das/distinfo
+++ b/biology/p5-Bio-Das/distinfo
@@ -1,3 +1,3 @@
-MD5 (Bio-Das-1.09.tar.gz) = 23c49f047017456d2de3a0573ed4838b
-SHA256 (Bio-Das-1.09.tar.gz) = 376e8f8dd95b3d93a4d51cae565c079a196e5cee0b2bf901a73b228a229b44b7
-SIZE (Bio-Das-1.09.tar.gz) = 103102
+MD5 (Bio-Das-1.10.tar.gz) = 3b2cbf4d52df87d83826464ee0ed98aa
+SHA256 (Bio-Das-1.10.tar.gz) = 693b7612243807ee073febb6261de2dba620ef9c022a587bf3dffba30e46bf9d
+SIZE (Bio-Das-1.10.tar.gz) = 103170
diff --git a/biology/p5-Bio-Das/pkg-descr b/biology/p5-Bio-Das/pkg-descr
index c6e4f07b288b..68c087ff44c8 100644
--- a/biology/p5-Bio-Das/pkg-descr
+++ b/biology/p5-Bio-Das/pkg-descr
@@ -5,6 +5,6 @@ unencrypted (http:) and SSL-encrypted (https:) DAS servers are sup-
ported. (To run SSL, you will need IO::Socket::SSL and Net::SSLeay
installed).
-WWW: http://www.biodas.org
+WWW: http://search.cpan.org/dist/Bio-Das/
-- Razi Khaja <razi@genet.sickkids.on.ca>