Modified: trunk/dports/python/py-pyphant-tools/Portfile (117374 => 117375)
--- trunk/dports/python/py-pyphant-tools/Portfile 2014-02-24 16:22:29 UTC (rev 117374)
+++ trunk/dports/python/py-pyphant-tools/Portfile 2014-02-24 16:24:22 UTC (rev 117375)
@@ -7,13 +7,13 @@
name py-pyphant-tools
version 1.0b2
categories-append science
-description tools toolbox for pyphant
+description tools toolbox for py-pyphant
maintainers fmf.uni-freiburg.de:servicegruppe.wissinfo \
fmf.uni-freiburg.de:alexander.held rowue
long_description This toolbox currently provides two workers for the \
- pyphant framework. These workers can be integrated \
+ py-pyphant framework. These workers can be integrated \
in a data flow model and simply serve as data sources for \
- data that is managed by a pyphant core module called \
+ data that is managed by a py-pyphant core module called \
KnowledgeManager (KM). The KM accumulates metadata in a \
sqlite3 database and the above mentioned workers present \
parameters to perform a metadata search and finally \
@@ -38,4 +38,5 @@
if {${name} ne ${subport}} {
depends_build port:py${python.version}-setuptools
+ depends_lib port:py${python.version}-pyphant
}