Edit

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

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2026-08-11 12:42:41
    Hash : 3f059e80
    Message : drop @pkgpath/@conflict markers previously used for updates from 7.0/7.1

  • net/py-socks/Makefile
  • COMMENT =		Python module for working with SOCKS proxies
    
    MODPY_DISTV =		1.7.1
    DISTNAME =		PySocks-${MODPY_DISTV}
    PKGNAME =		py-socks-${MODPY_DISTV}
    REVISION =		10
    
    CATEGORIES =		net
    
    HOMEPAGE =		https://github.com/Anorov/PySocks
    
    # BSD 3-clause
    PERMIT_PACKAGE =	Yes
    
    MODULES =		lang/python
    
    MODPY_PI =		Yes
    MODPY_PYBUILD =		setuptools
    
    # Tests depend on bundled Linux binary
    NO_TEST =		Yes
    
    .include <bsd.port.mk>