9 lines
151 B
Makefile
9 lines
151 B
Makefile
|
# Created by: Danilo G. Baio <dbaio@bsd.com.br>
|
||
|
# $FreeBSD$
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../py-wcwidth
|
||
|
|
||
|
USES= python:3.4+
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|