2010-12-13 05:26:00 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2010/12/13 10:26:00 jasper Exp $
|
2005-03-02 20:42:12 -05:00
|
|
|
|
2007-09-15 17:32:05 -04:00
|
|
|
COMMENT= perl tools for bioinformatics
|
2010-12-13 05:26:00 -05:00
|
|
|
|
2005-03-02 20:42:12 -05:00
|
|
|
DISTNAME= bioperl-1.5.0
|
2010-12-13 05:26:00 -05:00
|
|
|
PKGNAME= ${DISTNAME} # No p5-prefix here.
|
|
|
|
REVISION= 1
|
|
|
|
CATEGORIES= biology
|
|
|
|
|
|
|
|
HOMEPAGE= http://bioperl.org/
|
2005-03-02 20:42:12 -05:00
|
|
|
|
2010-12-13 05:26:00 -05:00
|
|
|
# perl
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2005-03-02 20:42:12 -05:00
|
|
|
|
2010-12-13 05:26:00 -05:00
|
|
|
MASTER_SITES= ${HOMEPAGE}/DIST/
|
2005-03-02 20:42:12 -05:00
|
|
|
|
2010-12-13 05:26:00 -05:00
|
|
|
MODULES= cpan
|
|
|
|
MODCPAN_EXAMPLES= Yes
|
|
|
|
MODCPAN_EXAMPLES_DIR= ${PREFIX}/share/examples/bioperl/
|
2005-03-02 20:42:12 -05:00
|
|
|
|
2010-12-13 05:26:00 -05:00
|
|
|
RUN_DEPENDS= biology/AcePerl \
|
|
|
|
databases/p5-DBD-mysql \
|
|
|
|
devel/p5-Class-AutoClass \
|
|
|
|
devel/p5-Clone \
|
|
|
|
devel/p5-Graph \
|
2010-11-14 19:22:45 -05:00
|
|
|
devel/p5-IO-String \
|
2010-12-13 05:26:00 -05:00
|
|
|
devel/p5-IO-stringy \
|
|
|
|
graphics/p5-GD \
|
|
|
|
graphics/p5-GD-SVG \
|
|
|
|
graphics/p5-SVG \
|
2010-11-14 19:22:45 -05:00
|
|
|
textproc/p5-Libxml \
|
2010-12-13 05:26:00 -05:00
|
|
|
textproc/p5-XML-Parser \
|
|
|
|
textproc/p5-XML-SAX \
|
2010-11-14 19:22:45 -05:00
|
|
|
textproc/p5-XML-Twig \
|
2010-12-13 05:26:00 -05:00
|
|
|
textproc/p5-XML-Writer \
|
|
|
|
www/p5-HTML-Parser \
|
2010-11-14 19:22:45 -05:00
|
|
|
www/p5-SOAP-Lite \
|
2010-12-13 05:26:00 -05:00
|
|
|
www/p5-libwww
|
2005-03-02 20:42:12 -05:00
|
|
|
|
2009-05-19 06:35:19 -04:00
|
|
|
REGRESS_DEPENDS=${RUN_DEPENDS}
|
2005-03-02 20:42:12 -05:00
|
|
|
|
|
|
|
# stuff not yet integrated:
|
|
|
|
# SVG::Graph, Generate optional SVG output,
|
|
|
|
# (The Bio::TreeIO::svggraph in Bioperl needs it for creating SVG images)
|
|
|
|
# XML::SAX::Writer, New style SAX parser,
|
|
|
|
# (The Bio::SeqIO::tigrxml,Bio::SeqIO::bsml_sax in Bioperl needs it for Writers)
|
|
|
|
# srsperl, Sequence Retrieval System (SRS) perl
|
|
|
|
# (needed for API/alternative way of retrieving sequences/Bio::LiveSeq::IO::SRS.pm)
|
|
|
|
|
2010-12-13 05:26:00 -05:00
|
|
|
CONFIGURE_ENV+= PERL_MM_USE_DEFAULT=Yes
|
2010-09-10 09:46:21 -04:00
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
@rm -f ${WRKSRC}/Bio/Graphics/FeatureFile.pm.orig
|
2010-12-13 05:26:00 -05:00
|
|
|
|
2005-03-02 20:42:12 -05:00
|
|
|
.include <bsd.port.mk>
|