Edit

IABSD.fr/ports/sysutils/shelldap/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-27 17:16:22
    Hash : f372f5ac
    Message : MASTER_SITES -> SITES

  • sysutils/shelldap/Makefile
  • COMMENT =	browse LDAP server with a shell-like CLI
    
    V =		1.5.1
    DISTNAME =	shelldap-${V}
    HG_COMMIT =	e8af5aa8bd15
    EPOCH =	0
    REVISION =	0
    CATEGORIES =	sysutils
    
    HOMEPAGE =	https://hg.sr.ht/~mahlon/shelldap/
    
    # BSD
    PERMIT_PACKAGE=	Yes
    
    SITES =		https://github.com/mahlonsmith/shelldap/releases/download/v${V}/
    
    NO_BUILD =	Yes
    NO_TEST =	Yes
    RUN_DEPENDS =	databases/p5-ldap \
    		devel/p5-Algorithm-Diff \
    		devel/p5-Term-ReadLine-Gnu \
    		devel/p5-Term-Shell \
    		devel/p5-Tie-IxHash \
    		devel/p5-YAML-Syck
    
    do-install:
    	${INSTALL_SCRIPT} ${WRKSRC}/shelldap ${PREFIX}/bin
    	pod2man ${WRKSRC}/shelldap > ${PREFIX}/man/man1/shelldap.1
    
    .include <bsd.port.mk>