- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
63 lines
1.7 KiB
Makefile
63 lines
1.7 KiB
Makefile
# New ports collection makefile for: Bio-Phylo
|
|
# Date created: 12 Mar 2006
|
|
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Bio-Phylo
|
|
PORTVERSION= 0.15
|
|
PORTREVISION= 1
|
|
CATEGORIES= biology perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Bio
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= aaron@FreeBSD.org
|
|
COMMENT= Phylogenetic analysis using perl
|
|
|
|
BUILD_DEPENDS= p5-Exception-Class>1.22:${PORTSDIR}/devel/p5-Exception-Class \
|
|
p5-Math-Random>=0.67:${PORTSDIR}/math/p5-Math-Random \
|
|
p5-IO-String>=1.05:${PORTSDIR}/devel/p5-IO-String \
|
|
p5-bioperl>=0:${PORTSDIR}/biology/p5-bioperl \
|
|
p5-SVG>=1.07:${PORTSDIR}/textproc/p5-SVG
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
MAN1= dndtag.pl.1
|
|
MAN3= Bio::Phylo.3 \
|
|
Bio::Phylo::ConfigData.3 \
|
|
Bio::Phylo::Forest.3 \
|
|
Bio::Phylo::Forest::Node.3 \
|
|
Bio::Phylo::Forest::Tree.3 \
|
|
Bio::Phylo::Generator.3 \
|
|
Bio::Phylo::IO.3 \
|
|
Bio::Phylo::Listable.3 \
|
|
Bio::Phylo::Manual.3 \
|
|
Bio::Phylo::Matrices.3 \
|
|
Bio::Phylo::Matrices::Datum.3 \
|
|
Bio::Phylo::Matrices::Matrix.3 \
|
|
Bio::Phylo::Parsers::Newick.3 \
|
|
Bio::Phylo::Parsers::Nexus.3 \
|
|
Bio::Phylo::Parsers::Table.3 \
|
|
Bio::Phylo::Parsers::Taxlist.3 \
|
|
Bio::Phylo::Taxa.3 \
|
|
Bio::Phylo::Taxa::Taxon.3 \
|
|
Bio::Phylo::Treedrawer.3 \
|
|
Bio::Phylo::Treedrawer::Svg.3 \
|
|
Bio::Phylo::Unparsers::Mrp.3 \
|
|
Bio::Phylo::Unparsers::Newick.3 \
|
|
Bio::Phylo::Unparsers::Nexus.3 \
|
|
Bio::Phylo::Unparsers::Pagel.3 \
|
|
Bio::Phylo::Util::CONSTANT.3 \
|
|
Bio::Phylo::Util::Exceptions.3 \
|
|
Bio::Phylo::Util::IDPool.3 \
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500702
|
|
IGNORE= requires at least Perl 5.7.2 due to dependencies. Please install lang/perl5.8 and try again
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|