1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/devel/py-meliae/Makefile
Marcus von Appen 89e07f4a18 - Convert ports of devel/ to USES=python
Approved by:	portmgr (implicit)
2014-10-20 16:04:12 +00:00

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>