aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2013-02-14 22:30:48 +0800
committerrm <rm@FreeBSD.org>2013-02-14 22:30:48 +0800
commit1fbc65aea4b16c06a101df108d65639ef89e507e (patch)
tree8180db2656dea8063120ae8cb6effdf6946c2480 /devel
parentb20f5b346d6b1f2e54810b6d5fe6889d0815cf18 (diff)
downloadfreebsd-ports-gnome-1fbc65aea4b16c06a101df108d65639ef89e507e.tar.gz
freebsd-ports-gnome-1fbc65aea4b16c06a101df108d65639ef89e507e.tar.zst
freebsd-ports-gnome-1fbc65aea4b16c06a101df108d65639ef89e507e.zip
- 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)
Diffstat (limited to 'devel')
-rw-r--r--devel/py-robotframework/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/py-robotframework/Makefile b/devel/py-robotframework/Makefile
index ab49368b09c9..9dfcd4a88986 100644
--- a/devel/py-robotframework/Makefile
+++ b/devel/py-robotframework/Makefile
@@ -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>