mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
20 lines
334 B
Makefile
20 lines
334 B
Makefile
COMMENT= implements an XML/HTML/XHTML markup safe string
|
|
|
|
MODPY_DISTV= 3.0.3
|
|
DISTNAME= markupsafe-${MODPY_DISTV}
|
|
PKGNAME= py-MarkupSafe-${MODPY_DISTV}
|
|
REVISION= 0
|
|
|
|
CATEGORIES= textproc
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB+= ${MODPY_WANTLIB} pthread
|
|
|
|
MODULES= lang/python
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools
|
|
|
|
.include <bsd.port.mk>
|