forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
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= python3.3
|
|
|
|
MASTERDIR= ${.CURDIR}/../py-setuptools
|
|
|
|
.include "${MASTERDIR}/Makefile"
|