mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
a9d6d97a7f
Approved by: portmgr (blanket)
28 lines
578 B
Makefile
28 lines
578 B
Makefile
PORTNAME= python-augeas
|
|
PORTVERSION= 1.0.3
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= textproc python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= johan@stromnet.se
|
|
COMMENT= Pure python bindings for Augeas
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.1.0:devel/py-cffi@${PY_FLAVOR}
|
|
LIB_DEPENDS= libaugeas.so:textproc/augeas
|
|
|
|
USES= python:3.6+
|
|
USE_GITHUB= yes
|
|
USE_PYTHON= distutils py3kplist
|
|
|
|
GH_ACCOUNT= hercules-team
|
|
|
|
NO_ARCH= yes
|
|
|
|
do-test:
|
|
@cd ${WRKSRC} && ${PYTHON_CMD} ${WRKSRC}/test/test_augeas.py
|
|
|
|
.include <bsd.port.mk>
|