head	1.4;
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;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.05.54.52;	author svnexp;	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.09.01.21.21;	author wen;	state Exp;
branches;
next	1.1;

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


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Bio-SCF
# Date created:				28 Aug, 2009
# Whom:					Wen Heping <wenheping@@gmail.com>
#
# $FreeBSD: head/biology/p5-Bio-SCF/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	Bio-SCF
PORTVERSION=	1.03
CATEGORIES=	biology perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	wen@@FreeBSD.org
COMMENT=	Read and Update SCF Chromatographic Sequence Files

BUILD_DEPENDS=	${LOCALBASE}/include/io_lib/scf.h:${PORTSDIR}/biology/iolib
RUN_DEPENDS:=	${BUILD_DEPENDS}

CFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

PERL_CONFIGURE=	YES

MAN3=		Bio::SCF.3

.include <bsd.port.mk>
@


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
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@- Update to 1.03
- Update my mail address to FreeBSD
@
text
@d18 1
a18 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.1
log
@Bio::SCF module allows you to read and update (in a restricted
way) SCF chromatographic sequence files. It is an interface to
Roger Staden's io-lib. See the installation directions for further
instructions.

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

PR:		ports/138263
Submitted by:	Wen Heping <wenheping at gmail.com>
@
text
@d9 1
a9 1
PORTVERSION=	1.01
d14 1
a14 1
MAINTAINER=	wenheping@@gmail.com
@

