19 lines
347 B
Makefile
19 lines
347 B
Makefile
COMMENT= utility for gitignore style pattern matching of file paths
|
|
|
|
MODPY_EGG_VERSION= 0.11.1
|
|
DISTNAME= pathspec-${MODPY_EGG_VERSION}
|
|
PKGNAME= py-${DISTNAME}
|
|
|
|
CATEGORIES= devel
|
|
|
|
# Mozilla Public License v2
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= flit_core
|
|
|
|
FLAVORS= python3
|
|
FLAVOR= python3
|
|
|
|
.include <bsd.port.mk>
|