c5535967f8
- Update WWW Approved by: portmgr blanket
24 lines
511 B
Makefile
24 lines
511 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= meliae
|
|
PORTVERSION= 0.4.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://launchpadlibrarian.net/74803944/ \
|
|
LOCAL/sbz
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sbz@FreeBSD.org
|
|
COMMENT= Python Memory Usage Analyzer
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.txt
|
|
|
|
USES= python:2.7
|
|
USE_PYTHON= distutils autoplist cython
|
|
TEST_TARGET= check # test fails
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|python|${PYTHON_CMD}|' ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|