7 lines
103 B
Makefile
7 lines
103 B
Makefile
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../py-simplejson
|
|
|
|
USES= python:3
|
|
|
|
.include "${MASTERDIR}/Makefile"
|