2005-09-01 15:09:32 +02:00
|
|
|
# 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
|
2008-05-31 15:46:14 +02:00
|
|
|
PORTVERSION= 1.09
|
2008-05-19 15:12:08 +02:00
|
|
|
CATEGORIES= biology perl5
|
2005-09-01 15:09:32 +02:00
|
|
|
MASTER_SITES= http://www.biodas.org/download/Bio::Das/ \
|
2008-04-17 16:30:31 +02:00
|
|
|
CPAN
|
2005-09-01 15:09:32 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2007-03-14 09:18:21 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2005-09-01 15:09:32 +02:00
|
|
|
COMMENT= Client-side library for Distributed Genome Annotation System
|
|
|
|
|
2006-12-03 13:45:59 +01:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
|
2005-09-01 15:09:32 +02:00
|
|
|
${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
|
|
|
|
|
2006-12-19 07:47:45 +01:00
|
|
|
MAN3= Bio::Das.3 Bio::Das::AGPServer::Config.3 Bio::Das::AGPServer::Daemon.3 \
|
|
|
|
Bio::Das::AGPServer::Parser.3 Bio::Das::AGPServer::SQLStorage.3 \
|
2005-09-01 15:09:32 +02:00
|
|
|
Bio::Das::AGPServer::SQLStorage::CSV::DB.3 \
|
|
|
|
Bio::Das::AGPServer::SQLStorage::MySQL::DB.3 \
|
2006-12-19 07:47:45 +01:00
|
|
|
Bio::Das::DSN.3 Bio::Das::Feature.3 Bio::Das::FeatureIterator.3 \
|
|
|
|
Bio::Das::HTTP::Fetch.3 Bio::Das::Map.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
|
2005-09-01 15:09:32 +02:00
|
|
|
|
2007-09-07 16:45:12 +02:00
|
|
|
.include <bsd.port.mk>
|