mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
89e07f4a18
Approved by: portmgr (implicit)
25 lines
486 B
Makefile
25 lines
486 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= meliae
|
|
PORTVERSION= 0.4.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://launchpadlibrarian.net/74803944/ \
|
|
LOCAL/${MAINTAINER:C/([^@]*)@.*/\1/}
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sbz@FreeBSD.org
|
|
COMMENT= Python Memory Usage Analyzer
|
|
|
|
LICENSE= GPLv3
|
|
|
|
BUILD_DEPENDS= cython>0:${PORTSDIR}/lang/cython
|
|
|
|
USES= python:2
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
regression-test: extract
|
|
(cd ${WRKSRC}; ${MAKE} check)
|
|
|
|
.include <bsd.port.mk>
|