Permalink
Browse files
py-cares: add missing py-cffi dependency
- Loading branch information
Showing
with
3 additions
and
0 deletions.
-
+3
−0
python/py-pycares/Portfile
|
|
@@ -5,6 +5,7 @@ PortGroup python 1.0 |
|
|
|
|
|
name py-pycares |
|
|
version 3.0.0 |
|
|
revision 1 |
|
|
categories-append devel |
|
|
platforms darwin |
|
|
license MIT |
|
|
@@ -30,6 +31,8 @@ checksums rmd160 31c2c0ed413735d562663d56b175e6be19c3fc56 \ |
|
|
if {${name} ne ${subport}} { |
|
|
depends_build-append port:py${python.version}-setuptools |
|
|
|
|
|
depends_lib-append port:py${python.version}-cffi |
|
|
|
|
|
livecheck.type none |
|
|
} else { |
|
|
livecheck.type pypi |
|
|
|