Update science/meep to version 1.2_10
[dports.git] / science / p5-Chemistry-Mol / Makefile
1 # Created by: Wen Heping <wenheping@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       Chemistry-Mol
5 PORTVERSION=    0.37
6 CATEGORIES=     science perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     perl@FreeBSD.org
11 COMMENT=        Perl toolkit to describe molecules
12
13 BUILD_DEPENDS=  p5-Math-VectorReal>=1.02:${PORTSDIR}/math/p5-Math-VectorReal
14 RUN_DEPENDS:=   ${BUILD_DEPENDS}
15
16 USES=           perl5
17 USE_PERL5=      configure
18
19 .include <bsd.port.mk>