openbsd-ports/biology/bioperl/Makefile

69 lines
1.5 KiB
Makefile
Raw Normal View History

2010-12-22 15:24:57 -05:00
# $OpenBSD: Makefile,v 1.11 2010/12/22 20:24:57 jasper Exp $
2007-09-15 17:32:05 -04:00
COMMENT= perl tools for bioinformatics
2010-12-16 07:05:04 -05:00
DISTNAME= BioPerl-1.6.1
PKGNAME= ${DISTNAME:L} # No p5-prefix here.
2010-12-22 15:24:57 -05:00
REVISION= 1
CATEGORIES= biology
HOMEPAGE= http://bioperl.org/
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}/DIST/
MODULES= cpan
MODCPAN_EXAMPLES= Yes
MODCPAN_EXAMPLES_DIR= ${PREFIX}/share/examples/bioperl/
2010-12-16 07:05:04 -05:00
CONFIGURE_STYLE=modbuild
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= biology/AcePerl \
databases/p5-DBD-mysql \
2010-12-16 07:05:04 -05:00
converters/p5-Convert-Binary-C \
2010-12-22 15:24:57 -05:00
devel/p5-Algorithm-Munkres \
2010-12-16 07:05:04 -05:00
devel/p5-Array-Compare \
devel/p5-Class-AutoClass \
devel/p5-Clone \
2010-12-16 07:05:04 -05:00
devel/p5-Data-Stag \
devel/p5-Graph \
devel/p5-IO-String \
devel/p5-IO-stringy \
2010-12-16 07:05:04 -05:00
devel/p5-Set-Scalar \
devel/p5-Test-Exception \
devel/p5-Tree-DAG_Node \
graphics/p5-GD \
graphics/p5-GD-SVG \
2010-12-16 07:05:04 -05:00
graphics/p5-SVG-Graph \
math/p5-GraphViz \
2010-12-22 13:51:49 -05:00
misc/p5-Spreadsheet-ParseExcel \
misc/p5-Spreadsheet-WriteExcel \
2010-12-16 07:05:04 -05:00
textproc/p5-XML-DOM \
textproc/p5-Libxml \
2010-12-22 15:24:57 -05:00
textproc/p5-XML-DOM-XPath \
textproc/p5-XML-Parser \
2010-12-16 07:05:04 -05:00
textproc/p5-XML-SAX-Writer \
textproc/p5-XML-Simple \
textproc/p5-XML-Twig \
textproc/p5-XML-Writer \
www/p5-HTML-Parser \
www/p5-SOAP-Lite \
2010-12-16 07:05:04 -05:00
www/p5-URI \
www/p5-libwww
REGRESS_DEPENDS=${RUN_DEPENDS}
2010-12-16 07:05:04 -05:00
# Optional (not ported) dependencies:
# Postscript-TextBlock
# Tie-Cacher
CONFIGURE_ENV+= PERL_MM_USE_DEFAULT=Yes
.include <bsd.port.mk>