7 lines
100 B
Makefile
7 lines
100 B
Makefile
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../py-jedi
|
|
|
|
USES= python:3.1+
|
|
|
|
.include "${MASTERDIR}/Makefile"
|