bdeafaaf83
PR: ports/188491 Submitted by: John Hein <john.hein@microsemi.com>
10 lines
205 B
Makefile
10 lines
205 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= ${PYTHON_SUFFIX}
|
|
|
|
PYTHON_VERSION= python2.7
|
|
|
|
MASTERDIR= ${.CURDIR}/../py-setuptools
|
|
|
|
.include "${MASTERDIR}/Makefile"
|