head	1.6;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2012.11.17.05.54.52;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.10.30.02.03.29;	author wen;	state Exp;
branches;
next	1.4;

1.4
date	2012.10.30.01.47.15;	author wen;	state Exp;
branches;
next	1.3;

1.3
date	2012.01.21.17.37.23;	author eadler;	state Exp;
branches;
next	1.2;

1.2
date	2010.01.29.14.52.21;	author kuriyama;	state Exp;
branches;
next	1.1;

1.1
date	2009.04.02.18.24.59;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# Created by: Wen Heping <wenheping@@gmail.com>
# $FreeBSD: head/biology/p5-Bio-Glite/Makefile 306655 2012-10-30 02:03:29Z wen $

PORTNAME=	Bio-Glite
PORTVERSION=	0.10
PORTREVISION=	1
CATEGORIES=	biology perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	An Perl Interface to G-language

BUILD_DEPENDS=	p5-libwww>=5:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	YES

MAN3=	Bio::Glite.3

.include <bsd.port.mk>
@


1.5
log
@SVN rev 306655 on 2012-10-30 02:03:29Z by wen

- Reset maintainer to perl@@

Feature safe:	yes
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.4
log
@SVN rev 306652 on 2012-10-30 01:47:15Z by wen

- Trim Makefile headers
- Reset maintainer to perl@@

Feature safe:	yes
@
text
@d11 1
a11 1
MAINTAINER=	ports@@FreeBSD.org
@


1.3
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d1 1
a1 4
# New ports collection makefile for:	p5-Bio-Glite
# Date created:				1st April, 2009
# Whom:					Wen Heping <wenheping@@gmail.com>
#
a2 1
#
d11 1
a11 1
MAINTAINER=	wenheping@@gmail.com
@


1.2
log
@- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 19; last!).

Approved by:	portmgr (itetcu)
@
text
@d19 1
a19 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.1
log
@Bio::Glite is an interface to G-language Genome Analysis Environment
through its REST web service (http://www.g-language.org). This module
allows almost everything G-language GAE can do, without installing
all necessary tookits and modules.

Advantage of this module over the standard installation of
G-language GAE package is:
   1. Easy installation from CPAN
   2. Extremely light-weight (less than 1000 lines of code)
   3. Does not require much CPU/RAM (all calculation is done on
the cloud)

Disadvantages includes:
   1. Slower analysis speed
   2. Internet connection is required
   3. No other software interfaces such as the G-language Shell

WWW: http://search.cpan.org/dist/Bio-Glite/

PR:		ports/133273
Submitted by:	Wen Heping <wenheping at gmail.com>
@
text
@d10 1
d18 1
a18 2
BUILD_DEPENDS=	p5-Data-Dumper>=2.121:${PORTSDIR}/devel/p5-Data-Dumper \
		p5-libwww>=5:${PORTSDIR}/www/p5-libwww
@

