Edit

IABSD.fr/ports/www/py-repoze-who/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

  • www/py-repoze-who/Makefile
  • COMMENT=	identification and authentication framework for WSGI
    
    MODPY_DISTV=	3.0.0
    DISTNAME=	repoze.who-${MODPY_DISTV}
    PKGNAME=	py-${DISTNAME:S/./-/}
    REVISION=	2
    
    CATEGORIES=	www devel
    
    # BSD-derived
    PERMIT_PACKAGE=	Yes
    
    MODULES=	lang/python
    MODPY_PYBUILD=	setuptools
    MODPY_PI=	Yes
    
    RUN_DEPENDS=	devel/py-zopeinterface \
    		www/py-webob
    
    .include <bsd.port.mk>