diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-04-02 18:24:59 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-04-02 18:24:59 +0000 |
commit | 9de088104296724367c2f7dff72615474672d653 (patch) | |
tree | 212d47139222a77a4aece674e0bbfcd311f65119 /biology/p5-Bio-Glite/Makefile | |
parent | 85245ba154ec9ff878cc20390fb1efd5aee2f6e5 (diff) | |
download | ports-9de088104296724367c2f7dff72615474672d653.tar.gz ports-9de088104296724367c2f7dff72615474672d653.zip |
Notes
Diffstat (limited to 'biology/p5-Bio-Glite/Makefile')
-rw-r--r-- | biology/p5-Bio-Glite/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/biology/p5-Bio-Glite/Makefile b/biology/p5-Bio-Glite/Makefile new file mode 100644 index 000000000000..61e52557e15e --- /dev/null +++ b/biology/p5-Bio-Glite/Makefile @@ -0,0 +1,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 +CATEGORIES= biology perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= wenheping@gmail.com +COMMENT= An Perl Interface to G-language + +BUILD_DEPENDS= p5-Data-Dumper>=2.121:${PORTSDIR}/devel/p5-Data-Dumper \ + p5-libwww>=5:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= YES + +MAN3= Bio::Glite.3 + +.include <bsd.port.mk> |