mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
18 lines
311 B
Makefile
18 lines
311 B
Makefile
COMMENT= utility for gitignore style pattern matching of file paths
|
|
|
|
MODPY_DISTV= 1.0.4
|
|
DISTNAME= pathspec-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
REVISION= 0
|
|
|
|
CATEGORIES= devel
|
|
|
|
# Mozilla Public License v2
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= flit_core
|
|
MODPY_PI= Yes
|
|
|
|
.include <bsd.port.mk>
|