8 lines
155 B
Makefile
8 lines
155 B
Makefile
# Created by: Philip Paeps <philip@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../py-pylru-cache
|
|
|
|
USES= python:3.2+
|
|
|
|
.include "${MASTERDIR}/Makefile"
|