blob: 8165c62882f17a70be710514004ae652d9d39183 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $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:${PORTSDIR}/lang/cython
USES= python:2
USE_PYTHON= distutils autoplist
regression-test: extract
(cd ${WRKSRC}; ${MAKE} check)
.include <bsd.port.mk>
|