aboutsummaryrefslogtreecommitdiffstats
path: root/biology/p5-Bio-Das/Makefile
blob: f2aaffe812fcb2152a2954fe5dbc24ec1c338763 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# New ports collection makefile for:    p5-Bio-Das
# Date created:             17 January 2005
# Whom:                 Razi Khaja <razi@genet.sickkids.on.ca>
#
# $FreeBSD$
#

PORTNAME=   Bio-Das
PORTVERSION=    1.02
CATEGORIES= biology
MASTER_SITES=   http://www.biodas.org/download/Bio::Das/ \
        ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Bio
PKGNAMEPREFIX=  p5-

MAINTAINER= razi@genet.sickkids.on.ca
COMMENT=    Client-side library for Distributed Genome Annotation System

BUILD_DEPENDS=  ${SITE_PERL}/${PERL_ARCH}/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}

PERL_CONFIGURE= YES

MAN3=   Bio::Das.3 \
    Bio::Das::AGPServer::Config.3 \
    Bio::Das::AGPServer::Daemon.3 \
    Bio::Das::AGPServer::Parser.3 \
    Bio::Das::AGPServer::SQLStorage.3 \
    Bio::Das::AGPServer::SQLStorage::CSV::DB.3 \
    Bio::Das::AGPServer::SQLStorage::MySQL::DB.3 \
    Bio::Das::DSN.3 \
    Bio::Das::Feature.3 \
    Bio::Das::FeatureIterator.3 \
    Bio::Das::HTTP::Fetch.3 \
    Bio::Das::Map.3 \
    Bio::Das::ProServer::Config.3 \
    Bio::Das::ProServer::Daemon.3 \
    Bio::Das::ProServer::Loader::agp.3 \
    Bio::Das::ProServer::SourceAdaptor.3 \
    Bio::Das::ProServer::SourceAdaptor::Transport::dbi.3 \
    Bio::Das::ProServer::SourceAdaptor::Transport::file.3 \
    Bio::Das::ProServer::SourceAdaptor::Transport::generic.3 \
    Bio::Das::ProServer::SourceAdaptor::Transport::getz.3 \
    Bio::Das::ProServer::SourceAdaptor::Transport::getzc.3 \
    Bio::Das::ProServer::SourceAdaptor::Transport::oracle.3 \
    Bio::Das::ProServer::SourceAdaptor::agp.3 \
    Bio::Das::ProServer::SourceAdaptor::cosmic.3 \
    Bio::Das::ProServer::SourceAdaptor::gensat.3 \
    Bio::Das::ProServer::SourceAdaptor::haplotype.3 \
    Bio::Das::ProServer::SourceAdaptor::image.3 \
    Bio::Das::ProServer::SourceAdaptor::interpro.3 \
    Bio::Das::ProServer::SourceAdaptor::simple.3 \
    Bio::Das::ProServer::SourceAdaptor::snp.3 \
    Bio::Das::ProServer::SourceAdaptor::sts.3 \
    Bio::Das::ProServer::SourceAdaptor::swissprot.3 \
    Bio::Das::ProServer::SourceAdaptor::trace.3 \
    Bio::Das::Request.3 \
    Bio::Das::Request::Dnas.3 \
    Bio::Das::Request::Dsn.3 \
    Bio::Das::Request::Entry_points.3 \
    Bio::Das::Request::Feature2Segments.3 \
    Bio::Das::Request::Sequences.3 \
    Bio::Das::Request::Stylesheet.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.pre.mk>

.if (${PERL_LEVEL} < 500601)
BROKEN= "Some dependencies doesn't work with Perl < 5.6.1"
.endif

.include <bsd.port.post.mk>