23 lines
391 B
Makefile

# $OpenBSD: Makefile,v 1.8 2019/07/12 20:45:17 sthen Exp $
COMMENT = module for determining platform-specific dirs
MODPY_EGG_VERSION = 1.4.3
DISTNAME = appdirs-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = devel
REVISION = 1
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
FLAVORS = python3
FLAVOR ?=
.include <bsd.port.mk>