Edit

IABSD.fr/ports/mail/p5-Mail-SPF-Iterator/Makefile

Branch :

  • Show log

    Commit

  • Author : bluhm
    Date : 2024-10-31 12:17:09
    Hash : 6def2c7f
    Message : update p5-Mail-SPF-Iterator to 1.121

  • mail/p5-Mail-SPF-Iterator/Makefile
  • COMMENT =	iterative SPF lookup
    
    DISTNAME =	Mail-SPF-Iterator-1.121
    
    CATEGORIES =	mail
    
    MAINTAINER =		Alexander Bluhm <bluhm@openbsd.org>
    
    # Perl
    PERMIT_PACKAGE =	Yes
    
    MODULES =		cpan
    RUN_DEPENDS =		net/p5-Net-DNS>=0.62 \
    			www/p5-URI
    TEST_DEPENDS =		net/p5-IO-Socket-INET6 \
    			net/p5-Socket6
    
    PKG_ARCH =		*
    
    post-install:
    	${INSTALL_SCRIPT} ${WRKSRC}/samples/spflookup.pl ${PREFIX}/bin/spflookup
    
    .include <bsd.port.mk>