Edit

IABSD.fr/ports/mail/swaks/Makefile

Branch :

  • Show log

    Commit

  • Author : jca
    Date : 2024-01-12 22:45:52
    Hash : e058920f
    Message : Update to swaks-20240103.0 Improves TLS cert printing Drops the need for net/p5-IO-Socket-INET6

  • mail/swaks/Makefile
  • COMMENT=	swiss army knife SMTP transaction tester
    
    DISTNAME=	swaks-20240103.0
    
    CATEGORIES=	mail
    
    HOMEPAGE=	https://jetmore.org/john/code/swaks/
    SITES=		${HOMEPAGE}
    
    MAINTAINER=	Jeremie Courreges-Anglas <jca@wxcvbn.org>
    
    # GPLv2+
    PERMIT_PACKAGE=	Yes
    
    RUN_DEPENDS=	net/p5-Net-DNS \
    		security/p5-Net-SSLeay \
    		security/p5-Authen-SASL \
    		security/p5-Authen-NTLM
    
    NO_TEST=	Yes
    
    PKG_ARCH=	*
    
    do-build:
    	cd ${WRKSRC} && pod2man swaks swaks.1
    
    do-install:
    	${INSTALL_SCRIPT} ${WRKSRC}/swaks ${PREFIX}/bin/swaks
    	${INSTALL_MAN} ${WRKSRC}/swaks.1 ${PREFIX}/man/man1
    	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/swak
    	${INSTALL_DATA} ${WRKSRC}/doc/{recipes,ref}.txt \
    	    ${PREFIX}/share/doc/swak
    
    .include <bsd.port.mk>