8 lines
98 B
Makefile
8 lines
98 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../py-py
|
||
|
|
||
|
USES= python:3.2+
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|