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