24 lines
390 B
Makefile

# $OpenBSD: Makefile,v 1.8 2020/07/03 21:12:43 sthen Exp $
COMMENT = Pythonic argument parser
MODPY_EGG_VERSION = 0.6.2
DISTNAME = docopt-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = devel
REVISION = 4
HOMEPAGE = http://docopt.org
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
FLAVORS = python3
FLAVOR ?=
.include <bsd.port.mk>