blob: f628a0324f68ad9c61e0b8dc53c73c5a9bc3fe25 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.12 2005/07/13 18:01:19 jlam Exp $
#
DISTNAME= bioperl-0.7.0
CATEGORIES= biology
MASTER_SITES= http://bioperl.org/Core/Latest/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://bioperl.org/
COMMENT= Perl tools for computational molecular biology
PERL5_PACKLIST= auto/Bio/.packlist
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/bioperl
cd ${WRKSRC}/examples && ${PAX} -rw . ${PREFIX}/share/examples/bioperl
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
|