COMMENT =	simple tool to filter out duplicate lines from a log file

MODPY_EGG_VERSION =		0.1.0
DISTNAME =	unique_log_filter-${MODPY_EGG_VERSION}
PKGNAME =	py-unique-log-filter-${MODPY_EGG_VERSION}
CATEGORIES =	devel

# BSD
PERMIT_PACKAGE =Yes

MODULES =	lang/python

MODPY_PI =	Yes
MODPY_PYBUILD =	flit_core

FLAVORS =	python3
FLAVOR =	python3

NO_TEST =	Yes

.include <bsd.port.mk>
