20 lines
363 B
Makefile
20 lines
363 B
Makefile
COMMENT = utility for gitignore style pattern matching of file paths
|
|
|
|
MODPY_EGG_VERSION = 0.10.3
|
|
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 = setuptools
|
|
|
|
FLAVORS = python3
|
|
FLAVOR = python3
|
|
|
|
.include <bsd.port.mk>
|