Edit

IABSD.fr/ports/net/py-dnspython/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2025-09-08 10:23:48
    Hash : fa44c669
    Message : update to py3-dnspython-2.8.0

  • net/py-dnspython/Makefile
  • COMMENT=	DNS toolkit for Python
    
    # see net/py2-dnspython for py2 version
    MODPY_DISTV=	2.8.0
    DISTNAME=	dnspython-${MODPY_DISTV}
    PKGNAME=	py-${DISTNAME}
    CATEGORIES=	net
    
    HOMEPAGE=	https://www.dnspython.org/
    
    # BSD
    PERMIT_PACKAGE=	Yes
    
    MODULES=	lang/python
    MODPY_PI=	Yes
    MODPY_PYBUILD=	hatchling
    MODPY_ADJ_FILES= examples/*.py
    
    TEST_DEPENDS=	security/py-ecdsa
    
    post-install:
    	${INSTALL_DATA_DIR} ${PREFIX}/share/examples/${MODPY_PY_PREFIX}dnspython
    	${INSTALL_SCRIPT} ${WRKSRC}/examples/* \
    		${PREFIX}/share/examples/${MODPY_PY_PREFIX}dnspython
    
    .include <bsd.port.mk>