mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
22 lines
361 B
Makefile
22 lines
361 B
Makefile
COMMENT= an XML Schema validator and decoder
|
|
|
|
MODPY_DISTV= 3.4.5
|
|
DISTNAME= xmlschema-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
REVISION= 0
|
|
|
|
CATEGORIES= textproc
|
|
|
|
HOMEPAGE= https://github.com/sissaschool/xmlschema
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools
|
|
|
|
RUN_DEPENDS= textproc/py-elementpath
|
|
|
|
.include <bsd.port.mk>
|