svn commit: r467298 - head/devel/py-lazy
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sat Apr 14 08:33:40 UTC 2018
Author: amdmi3
Date: Sat Apr 14 08:33:39 2018
New Revision: 467298
URL: https://svnweb.freebsd.org/changeset/ports/467298
Log:
- Add license (it's ambigous "BSD" here, but newer version fixes this and states BSD2CLAUSE)
- Switch to new test framework
Approved by: portmgr blanket
Modified:
head/devel/py-lazy/Makefile
Modified: head/devel/py-lazy/Makefile
==============================================================================
--- head/devel/py-lazy/Makefile Sat Apr 14 08:27:53 2018 (r467297)
+++ head/devel/py-lazy/Makefile Sat Apr 14 08:33:39 2018 (r467298)
@@ -10,10 +10,12 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs at FreeBSD.org
COMMENT= Lazy attributes for Python objects
+LICENSE= BSD2CLAUSE
+
USES= python zip
USE_PYTHON= distutils autoplist
-regression-test: build
+do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list