diff options
author | miwi <miwi@FreeBSD.org> | 2010-04-02 23:34:39 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-04-02 23:34:39 +0800 |
commit | 53d204118e9a528238a8792e0a8b0fcdcd9c71d6 (patch) | |
tree | 600868e3be74af7234ea2b55bc1b5dddb185988c /science/Makefile | |
parent | fa2c185215b2959f86352f14d3131099dae99f38 (diff) | |
download | freebsd-ports-graphics-53d204118e9a528238a8792e0a8b0fcdcd9c71d6.tar.gz freebsd-ports-graphics-53d204118e9a528238a8792e0a8b0fcdcd9c71d6.tar.zst freebsd-ports-graphics-53d204118e9a528238a8792e0a8b0fcdcd9c71d6.zip |
Perl module which will parse a SMARTS (SMiles ARbitrary Target Specification)
string, generating a Chemistry::Pattern object. It is a file I/O driver for
the PerlMol toolkit.
WWW: http://search.cpan.org/dist/Chemistry-File-SMARTS/
PR: ports/145143
Submitted by: Steve Wills <steve at mouf.net>
Diffstat (limited to 'science/Makefile')
-rw-r--r-- | science/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile index 327d6eca196..7edf638a784 100644 --- a/science/Makefile +++ b/science/Makefile @@ -110,6 +110,7 @@ SUBDIR += p5-Chemistry-File-Mopac SUBDIR += p5-Chemistry-File-PDB SUBDIR += p5-Chemistry-File-SLN + SUBDIR += p5-Chemistry-File-SMARTS SUBDIR += p5-Chemistry-File-VRML SUBDIR += p5-Chemistry-File-XYZ SUBDIR += p5-Chemistry-FormulaPattern |