diff options
author | miwi <miwi@FreeBSD.org> | 2010-04-02 23:32:03 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-04-02 23:32:03 +0800 |
commit | de1d00ed9b79adefdd79d734f38f66f8d53f3bb3 (patch) | |
tree | a959cdb073616b3cfa72fff5c7b36c6ea3580637 /science | |
parent | d41471338006dd0c144c11467cdad8a1f0d9ac52 (diff) | |
download | freebsd-ports-gnome-de1d00ed9b79adefdd79d734f38f66f8d53f3bb3.tar.gz freebsd-ports-gnome-de1d00ed9b79adefdd79d734f38f66f8d53f3bb3.tar.zst freebsd-ports-gnome-de1d00ed9b79adefdd79d734f38f66f8d53f3bb3.zip |
Explicit chemical reactions
WWW: http://search.cpan.org/dist/Chemistry-Raction/
PR: ports/145143
Submitted by: Steve Wills <steve at mouf.net>
Diffstat (limited to 'science')
-rw-r--r-- | science/Makefile | 1 | ||||
-rw-r--r-- | science/p5-Chemistry-Reaction/Makefile | 31 | ||||
-rw-r--r-- | science/p5-Chemistry-Reaction/distinfo | 3 | ||||
-rw-r--r-- | science/p5-Chemistry-Reaction/pkg-descr | 3 | ||||
-rw-r--r-- | science/p5-Chemistry-Reaction/pkg-plist | 4 |
5 files changed, 42 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile index c09b334a569e..43093d3da9dc 100644 --- a/science/Makefile +++ b/science/Makefile @@ -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 diff --git a/science/p5-Chemistry-Reaction/Makefile b/science/p5-Chemistry-Reaction/Makefile new file mode 100644 index 000000000000..03ee9721f5e5 --- /dev/null +++ b/science/p5-Chemistry-Reaction/Makefile @@ -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> diff --git a/science/p5-Chemistry-Reaction/distinfo b/science/p5-Chemistry-Reaction/distinfo new file mode 100644 index 000000000000..80bbc8bc6d88 --- /dev/null +++ b/science/p5-Chemistry-Reaction/distinfo @@ -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 diff --git a/science/p5-Chemistry-Reaction/pkg-descr b/science/p5-Chemistry-Reaction/pkg-descr new file mode 100644 index 000000000000..59c0905577d9 --- /dev/null +++ b/science/p5-Chemistry-Reaction/pkg-descr @@ -0,0 +1,3 @@ +Explicit chemical reactions + +WWW: http://search.cpan.org/dist/Chemistry-Raction/ diff --git a/science/p5-Chemistry-Reaction/pkg-plist b/science/p5-Chemistry-Reaction/pkg-plist new file mode 100644 index 000000000000..aabe62a95dca --- /dev/null +++ b/science/p5-Chemistry-Reaction/pkg-plist @@ -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 |