2010-04-02 17:27:22 +02:00
|
|
|
# New ports collection makefile for: p5-Chemistry-Ring
|
|
|
|
# Date created: 2010-03-10
|
|
|
|
# Whom: Steve Wills <steve@mouf.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Chemistry-Ring
|
|
|
|
PORTVERSION= 0.20
|
|
|
|
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
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Chemistry/Mol.pm:${PORTSDIR}/science/p5-Chemistry-Mol \
|
|
|
|
${SITE_PERL}/Statistics/Regression.pm:${PORTSDIR}/math/p5-Statistics-Regression
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/Chemistry/Mol.pm:${PORTSDIR}/science/p5-Chemistry-Mol \
|
|
|
|
${SITE_PERL}/Statistics/Regression.pm:${PORTSDIR}/math/p5-Statistics-Regression
|
|
|
|
|
|
|
|
MAN3= Chemistry::Ring.3 Chemistry::Ring::Find.3
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|