Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= robotframework-selenium2library |
4 |
PORTNAME= robotframework-selenium2library |
5 |
PORTVERSION= 1.6.0 |
5 |
PORTVERSION= 1.7.4 |
6 |
CATEGORIES= devel www python |
6 |
CATEGORIES= devel www python |
7 |
MASTER_SITES= CHEESESHOP |
7 |
MASTER_SITES= CHEESESHOP |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 11-16
Link Here
|
11 |
COMMENT= Web testing library for Robot Framework |
11 |
COMMENT= Web testing library for Robot Framework |
12 |
|
12 |
|
13 |
LICENSE= APACHE20 |
13 |
LICENSE= APACHE20 |
|
|
14 |
LICENSE_FILE= ${WRKSRC}/LICENSE.txt |
14 |
|
15 |
|
15 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}robotframework>=2.7.5:${PORTSDIR}/devel/py-robotframework \ |
16 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}robotframework>=2.7.5:${PORTSDIR}/devel/py-robotframework \ |
16 |
${PYTHON_PKGNAMEPREFIX}decorator>=3.4.0:${PORTSDIR}/devel/py-decorator |
17 |
${PYTHON_PKGNAMEPREFIX}decorator>=3.4.0:${PORTSDIR}/devel/py-decorator |
Lines 17-21
Link Here
|
17 |
|
18 |
|
18 |
USES= python:2 |
19 |
USES= python:2 |
19 |
USE_PYTHON= autoplist distutils |
20 |
USE_PYTHON= autoplist distutils |
|
|
21 |
NO_ARCH= yes |
20 |
|
22 |
|
21 |
.include <bsd.port.mk> |
23 |
.include <bsd.port.mk> |