23 lines
419 B
Makefile
23 lines
419 B
Makefile
# $OpenBSD: Makefile,v 1.4 2019/07/12 20:45:51 sthen Exp $
|
|
|
|
COMMENT = utility for gitignore style pattern matching of file paths
|
|
|
|
MODPY_EGG_VERSION = 0.5.9
|
|
DISTNAME = pathspec-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-${DISTNAME}
|
|
REVISION = 0
|
|
|
|
CATEGORIES = devel
|
|
|
|
# Mozilla Public License v2
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PI = Yes
|
|
MODPY_SETUPTOOLS = Yes
|
|
|
|
FLAVORS = python3
|
|
FLAVOR ?=
|
|
|
|
.include <bsd.port.mk>
|