2013-09-10 10:26:53 +02:00
|
|
|
# Created by: Steve Wills <steve@mouf.net>
|
2010-04-02 17:27:22 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Chemistry-Ring
|
|
|
|
PORTVERSION= 0.20
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2010-04-02 17:27:22 +02:00
|
|
|
CATEGORIES= science perl5
|
|
|
|
MASTER_SITES= CPAN
|
2011-06-20 11:03:27 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:ITUB
|
2010-04-02 17:27:22 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-09-05 06:50:35 +02:00
|
|
|
MAINTAINER= swills@FreeBSD.org
|
2010-04-02 17:27:22 +02:00
|
|
|
COMMENT= Represent a ring as a substructure of a molecule
|
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
BUILD_DEPENDS= p5-Chemistry-Mol>=0:science/p5-Chemistry-Mol \
|
|
|
|
p5-Statistics-Regression>=0:math/p5-Statistics-Regression
|
|
|
|
RUN_DEPENDS= p5-Chemistry-Mol>=0:science/p5-Chemistry-Mol \
|
|
|
|
p5-Statistics-Regression>=0:math/p5-Statistics-Regression
|
2010-04-02 17:27:22 +02:00
|
|
|
|
2013-09-10 10:26:53 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2010-04-02 17:27:22 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|