mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
1fb0bacb5a
describe macromolecules, a macromolecule is just a molecule that consists of several "domains". For example, a protein consists of aminoacid residues, or a nucleic acid consists of bases. Therefore Chemistry::MacroMol is derived from Chemistry::Mol, with additional methods to handle the domains. WWW: http://search.cpan.org/dist/Chemistry-MacroMol/ PR: ports/134609 Submitted by: Wen Heping <wenheping at gmail.com>
25 lines
543 B
Makefile
25 lines
543 B
Makefile
# New ports collection makefile for: Chemistry-MacroMol
|
|
# Date created: 17 May, 2009
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Chemistry-MacroMol
|
|
PORTVERSION= 0.06
|
|
CATEGORIES= science perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
COMMENT= Perl toolkit to describe macromolecules
|
|
|
|
BUILD_DEPENDS= p5-Chemistry-Mol>=0.37:${PORTSDIR}/science/p5-Chemistry-Mol
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Chemistry::MacroMol.3 Chemistry::Domain.3
|
|
|
|
.include <bsd.port.mk>
|