blob: c957d572e6a69a40f1d3fd3ac7f1820f7777f238 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: p5-Bio-Glite
# Date created: 1st April, 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Bio-Glite
PORTVERSION= 0.10
PORTREVISION= 1
CATEGORIES= biology perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= wenheping@gmail.com
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>
|