1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/devel/py-meliae/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

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>