freebsd-ports/devel/py-robotframework-pabot/Makefile
John Marino 5a0c9cee89 devel/py-robotframework-pabot: Reset maintainership due to license change
A new version of pabot is out, but the license changed from APACHE20
to GPLv3, and the maintainer does not want to continue under those terms.

PR:		192362
Submitted by:	maintainer (Vladimir Chukharev)
2014-08-03 19:36:58 +00:00

21 lines
478 B
Makefile

# Created by: Vladimir Chukharev
# $FreeBSD$
PORTNAME= robotframework-pabot
PORTVERSION= 0.6
CATEGORIES= devel www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Parallel executor for Robot Framework test cases
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}robotframework>=2.7.5:${PORTSDIR}/devel/py-robotframework
USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>