forked from Lainports/opnsense-ports
8 lines
153 B
Makefile
8 lines
153 B
Makefile
# Created by: Ben Woods <woodsb02@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../py-ptyprocess
|
|
|
|
USES= python:3.3+
|
|
|
|
.include "${MASTERDIR}/Makefile"
|