Edit

IABSD.fr/ports/www/py-nh3/Makefile

Branch :

  • Show log

    Commit

  • Author : daniel
    Date : 2026-08-31 23:43:54
    Hash : b7bdb54a
    Message : drop maintainer

  • www/py-nh3/Makefile
  • COMMENT =		Python bindings for the ammonia html sanitizer
    
    # XXX: superset (not yet in ports) needs < 0.3
    MODPY_DISTV =		0.2.22
    DISTNAME =		nh3-${MODPY_DISTV}
    PKGNAME =		py-${DISTNAME}
    REVISION =		1
    
    CATEGORIES =		www
    
    # MIT
    PERMIT_PACKAGE =	Yes
    
    WANTLIB += ${MODCARGO_WANTLIB}
    
    MODULES =		lang/python
    
    MODPY_PI =		Yes
    MODPY_PYBUILD =		maturin
    
    .include "crates.inc"
    
    .include <bsd.port.mk>