Index: head/devel/py-lazy/Makefile =================================================================== --- head/devel/py-lazy/Makefile (revision 467297) +++ head/devel/py-lazy/Makefile (revision 467298) @@ -1,19 +1,21 @@ # Created by: Kubilay Kocak # $FreeBSD$ PORTNAME= lazy PORTVERSION= 1.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@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