diff options
Diffstat (limited to 'textproc/py-python-augeas/Makefile')
-rw-r--r-- | textproc/py-python-augeas/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/py-python-augeas/Makefile b/textproc/py-python-augeas/Makefile index 62e1f04f46d3..f374cfe73e87 100644 --- a/textproc/py-python-augeas/Makefile +++ b/textproc/py-python-augeas/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= python-augeas -PORTVERSION= 0.5.0 +PORTVERSION= 1.0.3 DISTVERSIONPREFIX= v CATEGORIES= textproc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +12,12 @@ COMMENT= Pure python bindings for Augeas LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.1.0:devel/py-cffi LIB_DEPENDS= libaugeas.so:textproc/augeas USES= python USE_GITHUB= yes -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils GH_ACCOUNT= hercules-team |