freebsd-ports/devel/runsnakerun/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

22 lines
514 B
Makefile

# Created by: Sofian Brabez <sbz@FreeBSD.org>
# $FreeBSD$
PORTNAME= runsnakerun
DISTVERSION= 2.0.4
PORTREVISION= 1
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= BSD2CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}SquareMap>0:x11-toolkits/py-SquareMap \
${PYTHON_PKGNAMEPREFIX}meliae>0:devel/py-meliae
USES= python:2
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>