mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
1cd277bdce
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs)
26 lines
628 B
Makefile
26 lines
628 B
Makefile
# Created by: Sofian Brabez <sbz@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= runsnakerun
|
|
DISTVERSION= 2.0.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
DISTNAME= ${PORTNAME:C/r/R/g:C/s/S/}-${DISTVERSION}
|
|
|
|
MAINTAINER= sbz@FreeBSD.org
|
|
COMMENT= GUI Viewer for Python profiling runs
|
|
|
|
LICENSE= BSD
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}SquareMap>0:${PORTSDIR}/x11-toolkits/py-SquareMap \
|
|
${PYTHON_PKGNAMEPREFIX}meliae>0:${PORTSDIR}/devel/py-meliae
|
|
|
|
USE_PYTHON= 2
|
|
USE_PYDISTUTILS= easy_install
|
|
PYDISTUTILS_PKGNAME= ${PORTNAME:C/r/R/g:C/s/S/}
|
|
PYDISTUTILS_PKGVERSION= ${DISTVERSION}
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|