8 lines
110 B
Makefile
8 lines
110 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../py-sqlite3
|
||
|
|
||
|
PYTHON_VERSION= python3.4
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|