7 lines
113 B
Makefile
7 lines
113 B
Makefile
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../py-mysqlclient
|
|
|
|
USES= python:3.3+ mysql
|
|
|
|
.include "${MASTERDIR}/Makefile"
|