mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
- remove bogus dependency on py-setuptools (distutils is actually used)
- bump PORTREVISION because of dependency change - use GOOGLE_CODE shortcut in master sites - fix maintainer's email (Recipient address rejected: User unknown) - remove redundancy from COMMENT - limit python version to 2.x only (print/except) Approved by: Vladimir Chukharev <vladimir.chukharev@gmail.com> (maintainer, by mail)
This commit is contained in:
parent
f95957b7e8
commit
08ca54f459
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312229
@ -3,17 +3,17 @@
|
||||
|
||||
PORTNAME= robotframework
|
||||
PORTVERSION= 2.7.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel www python
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= Vladimir.Chukharev@gmail.ru
|
||||
COMMENT= Robot Framework is a generic test automation framework
|
||||
MAINTAINER= Vladimir.Chukharev@gmail.com
|
||||
COMMENT= Generic test automation framework
|
||||
|
||||
LICENSE= AL2
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0.6c11:${PORTSDIR}/devel/py-setuptools
|
||||
USE_PYTHON= -2.7
|
||||
USE_PYDISTUTILS=yes
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user