Index: head/devel/py-robotremoteserver/Makefile =================================================================== --- head/devel/py-robotremoteserver/Makefile (revision 452741) +++ head/devel/py-robotremoteserver/Makefile (revision 452742) @@ -1,20 +1,22 @@ # $FreeBSD$ PORTNAME= robotremoteserver PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= devel www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= Vladimir.Chukharev@gmail.com COMMENT= Python Remote Server for Robot Framework LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}robotframework>=2.7.5:devel/py-robotframework -USES= python:-2.7 +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes .include