- While I'm here, fix indent PR: 219611 Submitted by: Rudolf Siegel <rs.os@t-online.de> Approved by: maintainer (timeout, 15 days)
10 lines
182 B
Makefile
10 lines
182 B
Makefile
# Created by: rs.os
|
|
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../py-tzlocal
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py3-pytz
|
|
|
|
USES= python:3.3+
|
|
|
|
.include "${MASTERDIR}/Makefile"
|