27 lines
474 B
Makefile

# $OpenBSD: Makefile,v 1.7 2020/07/03 21:12:51 sthen Exp $
COMMENT = use version control tags to discover version numbers
MODPY_EGG_VERSION = 2.16.0.0
DISTNAME = vcversioner-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 2
CATEGORIES = devel
HOMEPAGE = https://github.com/habnabit/vcversioner
# ISC
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
FLAVORS = python3
FLAVOR ?=
NO_TEST = Yes
.include <bsd.port.mk>