aboutsummaryrefslogtreecommitdiff
path: root/biology/p5-Bio-Glite/Makefile
blob: d80c6fefe9503eea90e8792bc69789baa4d7abbe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Wen Heping <wenheping@gmail.com>

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

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

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

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>