Index: head/textproc/py-python-augeas/Makefile =================================================================== --- head/textproc/py-python-augeas/Makefile (revision 471532) +++ head/textproc/py-python-augeas/Makefile (revision 471533) @@ -1,27 +1,27 @@ # $FreeBSD$ 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= GPLv2 +LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.1.0:devel/py-cffi@${FLAVOR} LIB_DEPENDS= libaugeas.so:textproc/augeas USES= python USE_GITHUB= yes USE_PYTHON= distutils py3kplist GH_ACCOUNT= hercules-team -regression-test: build +do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${WRKSRC}/test/test_augeas.py .include