mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 03:45:17 -04:00
7 lines
113 B
Makefile
7 lines
113 B
Makefile
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../py-mysqlclient
|
|
|
|
USES= python:3.3+ mysql
|
|
|
|
.include "${MASTERDIR}/Makefile"
|