| 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
|---|
| 2 | # $Id: Portfile 102250 2013-01-29 16:40:49Z jeremyhu@macports.org $ |
|---|
| 3 | |
|---|
| 4 | PortSystem 1.0 |
|---|
| 5 | |
|---|
| 6 | name bodr |
|---|
| 7 | version 9 |
|---|
| 8 | |
|---|
| 9 | license MIT License |
|---|
| 10 | description A database of chemoinformatics, such as properties of elements, isotopes and atoms. |
|---|
| 11 | long_description The Blue Obelisk Data Repository lists many important chemoinformatics data such \ |
|---|
| 12 | as element and isotope properties, atomic radii, etc. including references to original literature. |
|---|
| 13 | |
|---|
| 14 | categories science chemistry |
|---|
| 15 | platforms darwin freebsd linux |
|---|
| 16 | maintainers nomaintainer |
|---|
| 17 | |
|---|
| 18 | homepage http://www.sourceforge.net/projects/bodr |
|---|
| 19 | master_sites http://www.sourceforge.net/projects/bodr/files/bodr/${version}/ |
|---|
| 20 | use_bzip2 yes |
|---|
| 21 | |
|---|
| 22 | checksums sha256 a7ed30ecc385ff9fe9b2af84710574ac12febea081b5123db6d6337a4a7a4b60 \ |
|---|
| 23 | rmd160 bd3a2690c6dde629d14c4db7c333d723867d2bb1 |
|---|
| 24 | |
|---|
| 25 | depends_build port:autoconf \ |
|---|
| 26 | port:libxslt |
|---|