aboutsummaryrefslogtreecommitdiffstats
path: root/science/p5-Chemistry-Mol/Makefile
blob: e9cbb6930fc3a22fe3ae21459013d9ac35a52369 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$

PORTNAME=   Chemistry-Mol
PORTVERSION=    0.37
CATEGORIES= science perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Perl toolkit to describe molecules

BUILD_DEPENDS=  p5-Math-VectorReal>=1.02:${PORTSDIR}/math/p5-Math-VectorReal
RUN_DEPENDS=    p5-Math-VectorReal>=1.02:${PORTSDIR}/math/p5-Math-VectorReal

PERL_CONFIGURE= yes

MAN3=   Chemistry::Atom.3 Chemistry::Bond.3 \
    Chemistry::Obj.3 Chemistry::File.3 \
    Chemistry::Tutorial.3 Chemistry::File::Dumper.3 \
    Chemistry::Mol.3 Chemistry::File::Formula.3

.include <bsd.port.mk>