blob: 2097907f7b2c64225ef2412fc43685f95e1f5fb2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../py27-setuptools
PORTSCOUT= ignore:1
USES= python:3.4
.include "${MASTERDIR}/Makefile"
|