2011-09-16 05:24:48 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2011/09/16 09:24:55 espie Exp $
|
2009-03-22 13:05:58 -04:00
|
|
|
|
|
|
|
COMMENT = help visualize profiling data collected with the cProfile
|
|
|
|
|
2010-01-08 20:45:06 -05:00
|
|
|
MODPY_EGG_VERSION = 1.1.0
|
2009-03-22 13:05:58 -04:00
|
|
|
DISTNAME = pyprof2calltree-${MODPY_EGG_VERSION}
|
2010-01-08 20:45:06 -05:00
|
|
|
PKGNAME = py-${DISTNAME}
|
2011-09-16 05:24:48 -04:00
|
|
|
REVISION = 2
|
2009-03-22 13:05:58 -04:00
|
|
|
|
|
|
|
CATEGORIES = devel
|
|
|
|
|
|
|
|
HOMEPAGE = http://www.bitbucket.org/ogrisel/pyprof2calltree/
|
|
|
|
|
|
|
|
# BSD-derived
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
|
|
|
MASTER_SITES = ${MASTER_SITE_PYPI:=p/pyprof2calltree/}
|
|
|
|
|
|
|
|
MODULES = lang/python
|
|
|
|
|
2010-01-08 20:45:06 -05:00
|
|
|
MODPY_SETUPTOOLS = Yes
|
2009-03-22 13:05:58 -04:00
|
|
|
|
2009-03-22 13:37:58 -04:00
|
|
|
NO_REGRESS = Yes
|
|
|
|
|
2009-03-22 13:05:58 -04:00
|
|
|
post-install:
|
2009-03-22 13:37:58 -04:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/py-pyprof2calltree
|
2009-03-22 13:05:58 -04:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/README.txt \
|
2009-03-22 13:37:58 -04:00
|
|
|
${PREFIX}/share/doc/py-pyprof2calltree
|
2009-03-22 13:05:58 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|