27 lines
474 B
Makefile

# $OpenBSD: Makefile,v 1.6 2019/07/12 20:45:55 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 = 1
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>