8 lines
153 B
Makefile
8 lines
153 B
Makefile
# Created by: Ben Woods <woodsb02@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../py-bsddb3
|
|
|
|
USES= bdb python:3.2+
|
|
|
|
.include "${MASTERDIR}/Makefile"
|