27 lines
437 B
Makefile
27 lines
437 B
Makefile
COMMENT = parse CSS3 Selectors and translates them to XPath 1.0
|
|
|
|
MODPY_EGG_VERSION = 1.1.0
|
|
PKGNAME = py-${DISTNAME}
|
|
REVISION = 0
|
|
|
|
GH_ACCOUNT = scrapy
|
|
GH_PROJECT = cssselect
|
|
GH_TAGNAME = v${MODPY_EGG_VERSION}
|
|
|
|
CATEGORIES = textproc
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
TEST_DEPENDS = textproc/py-lxml${MODPY_FLAVOR}
|
|
|
|
MODPY_SETUPTOOLS = Yes
|
|
MODPY_PYTEST = Yes
|
|
|
|
FLAVORS = python3
|
|
FLAVOR ?=
|
|
|
|
.include <bsd.port.mk>
|