2011-04-22 10:51:24 +02:00
|
|
|
# New ports collection makefile for: p5-Bio-GFF3
|
|
|
|
# Date created: 22 Apr, 2011
|
|
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Bio-GFF3
|
2012-04-26 12:37:09 +02:00
|
|
|
PORTVERSION= 1.3
|
2011-04-22 10:51:24 +02:00
|
|
|
CATEGORIES= biology perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-03-22 12:08:28 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2011-04-22 10:51:24 +02:00
|
|
|
COMMENT= Fast, low-level functions for parsing and formatting GFF3
|
|
|
|
|
2012-04-16 15:06:04 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
|
|
|
BUILD_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
|
2011-04-22 10:51:24 +02:00
|
|
|
p5-URI>=0:${PORTSDIR}/net/p5-URI
|
2011-08-18 03:30:02 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2011-04-22 10:51:24 +02:00
|
|
|
|
2012-04-16 15:06:04 +02:00
|
|
|
TEST_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String
|
|
|
|
|
2011-04-22 10:51:24 +02:00
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
|
2012-04-16 15:06:04 +02:00
|
|
|
MAN1= gff3_from_fasta.1
|
|
|
|
MAN3= Bio::GFF3::LowLevel.3 \
|
2012-03-22 12:08:28 +01:00
|
|
|
Bio::GFF3::LowLevel::Parser.3 \
|
2012-04-16 15:06:04 +02:00
|
|
|
Bio::GFF3::LowLevel::Parser::1_0_backcompat.3 \
|
2011-04-22 10:51:24 +02:00
|
|
|
Bio::GFF3::Transform::FromFasta.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|