mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
25 lines
447 B
Makefile
25 lines
447 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= meliae
|
|
PORTVERSION= 0.4.0
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
BUILD_DEPENDS= cython>0:lang/cython
|
|
|
|
USES= python:2
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
regression-test: extract
|
|
(cd ${WRKSRC}; ${MAKE} check)
|
|
|
|
.include <bsd.port.mk>
|