Edit

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

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2025-04-29 10:39:05
    Hash : cf45b401
    Message : sync PLISTs for setuptools ports

  • net/py-txtorcon/Makefile
  • COMMENT=	control-spec implementation for Tor
    
    MODPY_DISTV=	24.8.0
    DISTNAME=	txtorcon-${MODPY_DISTV}
    PKGNAME=	py-${DISTNAME}
    REVISION=	0
    
    HOMEPAGE=	https://txtorcon.readthedocs.org
    
    CATEGORIES=	net
    
    # MIT
    PERMIT_PACKAGE=	Yes
    
    MODULES=	lang/python
    MODPY_PYBUILD=	setuptools
    MODPY_PI=	Yes
    
    RUN_DEPENDS=	devel/py-automat \
    		devel/py-twisted
    
    post-install:
    	mv ${PREFIX}/share/txtorcon/examples ${PREFIX}/share/examples/txtorcon
    	mv ${PREFIX}/share/txtorcon ${PREFIX}/share/doc/txtorcon
    
    .include <bsd.port.mk>