Edit

IABSD.fr/ports/sysutils/awscli-plugin-endpoint/Makefile

Branch :

  • Show log

    Commit

  • Author : rsadowski
    Date : 2025-09-26 05:04:43
    Hash : dc74a059
    Message : Replace sysutils/awscli with sysutils/awscli/v1 sysutils/awscli moved to v1 and v2 Spotted by naddy@

  • sysutils/awscli-plugin-endpoint/Makefile
  • COMMENT=		service endpoint configuration per service on profile
    
    MODPY_DISTV=		0.4
    DISTNAME=		awscli-plugin-endpoint-${MODPY_DISTV}
    REVISION=		2
    
    CATEGORIES=		sysutils
    
    MAINTAINER=		Antoine Jacoutot <ajacoutot@openbsd.org>
    
    # Apache 2.0
    PERMIT_PACKAGE=		Yes
    
    MODULES=		lang/python
    
    MODPY_PI=		Yes
    MODPY_PYBUILD=		setuptools
    
    RUN_DEPENDS=		sysutils/awscli/v1
    
    post-install:
    	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/awscli-plugin-endpoint
    	${INSTALL_DATA} ${WRKSRC}/README.md \
    		${PREFIX}/share/doc/awscli-plugin-endpoint
    
    .include <bsd.port.mk>