8 lines
156 B
Makefile
8 lines
156 B
Makefile
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../py-hgtools
|
|
|
|
USES= python:3 zip
|
|
|
|
.include "${MASTERDIR}/Makefile"
|