Explicit chemical reactions
WWW: http://search.cpan.org/dist/Chemistry-Raction/ PR: ports/145143 Submitted by: Steve Wills <steve at mouf.net>
This commit is contained in:
parent
e686fdf65d
commit
0c0fc43cf8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252052
5 changed files with 42 additions and 0 deletions
|
@ -115,6 +115,7 @@
|
|||
SUBDIR += p5-Chemistry-Mok
|
||||
SUBDIR += p5-Chemistry-Mol
|
||||
SUBDIR += p5-Chemistry-Pattern
|
||||
SUBDIR += p5-Chemistry-Reaction
|
||||
SUBDIR += p5-Chemistry-Ring
|
||||
SUBDIR += p5-Geo-ReadGRIB
|
||||
SUBDIR += p5-Geo-WebService-Elevation-USGS
|
||||
|
|
31
science/p5-Chemistry-Reaction/Makefile
Normal file
31
science/p5-Chemistry-Reaction/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
# New ports collection makefile for: p5-Chemistry-Reaction
|
||||
# Date created: 2010-03-10
|
||||
# Whom: Steve Wills <steve@mouf.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Chemistry-Reaction
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= science perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/I/IT/ITUB
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= steve@mouf.net
|
||||
COMMENT= Represent a ring as a substructure of a molecule
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Chemistry/Mol.pm:${PORTSDIR}/science/p5-Chemistry-Mol \
|
||||
${SITE_PERL}/Chemistry/File/SMILES.pm:${PORTSDIR}/science/p5-Chemistry-File-SMILES \
|
||||
${SITE_PERL}/Statistics/Regression.pm:${PORTSDIR}/math/p5-Statistics-Regression \
|
||||
${SITE_PERL}/Chemistry/Pattern.pm:${PORTSDIR}/science/p5-Chemistry-Pattern
|
||||
RUN_DEPENDS= ${SITE_PERL}/Chemistry/Mol.pm:${PORTSDIR}/science/p5-Chemistry-Mol \
|
||||
${SITE_PERL}/Chemistry/File/SMILES.pm:${PORTSDIR}/science/p5-Chemistry-File-SMILES \
|
||||
${SITE_PERL}/Statistics/Regression.pm:${PORTSDIR}/math/p5-Statistics-Regression \
|
||||
${SITE_PERL}/Chemistry/Pattern.pm:${PORTSDIR}/science/p5-Chemistry-Pattern
|
||||
|
||||
MAN3= Chemistry::Reaction.3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
science/p5-Chemistry-Reaction/distinfo
Normal file
3
science/p5-Chemistry-Reaction/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Chemistry-Reaction-0.02.tar.gz) = 3be515bac03f21c6b0d0001a417139ab
|
||||
SHA256 (Chemistry-Reaction-0.02.tar.gz) = ad7a05608f5bbbd0f7c80a67027931539512382d393038aec4fb071d4939492a
|
||||
SIZE (Chemistry-Reaction-0.02.tar.gz) = 5358
|
3
science/p5-Chemistry-Reaction/pkg-descr
Normal file
3
science/p5-Chemistry-Reaction/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Explicit chemical reactions
|
||||
|
||||
WWW: http://search.cpan.org/dist/Chemistry-Raction/
|
4
science/p5-Chemistry-Reaction/pkg-plist
Normal file
4
science/p5-Chemistry-Reaction/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
%%SITE_PERL%%/Chemistry/Reaction.pm
|
||||
%%SITE_PERL%%/mach/auto/Chemistry/Reaction/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/mach/auto/Chemistry/Reaction
|
||||
@dirrmtry %%SITE_PERL%%/mach/auto/Chemistry
|
Loading…
Reference in a new issue