forked from Lainports/opnsense-ports
10 lines
229 B
Makefile
10 lines
229 B
Makefile
# Created by: Ben Woods <woodsb02@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../py-pygraphviz
|
|
|
|
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0.10.1:devel/py3-nose
|
|
|
|
USES= pkgconfig python:3.4+
|
|
|
|
.include "${MASTERDIR}/Makefile"
|