Edit

IABSD.fr/ports/mail/p5-Mail-DMARC/Makefile

Branch :

  • Show log

    Commit

  • Author : giovanni
    Date : 2025-06-18 07:58:11
    Hash : d1669ca0
    Message : bugfix update to 1.20250610

  • mail/p5-Mail-DMARC/Makefile
  • COMMENT=	Perl implementation of DMARC
    
    DISTNAME=	Mail-DMARC-1.20250610
    MAINTAINER=	Giovanni Bechis <giovanni@openbsd.org>
    
    CATEGORIES=	mail
    
    # Perl
    PERMIT_PACKAGE=	Yes
    
    MODULES=	cpan
    PKG_ARCH=	*
    
    BUILD_DEPENDS=	devel/p5-File-ShareDir-Install>=0.06
    
    RUN_DEPENDS=	converters/p5-JSON \
    		converters/p5-Net-IDN-Encode \
    		databases/p5-DBD-SQLite>=1.31 \
    		databases/p5-DBIx-Simple>=1.35 \
    		devel/p5-Config-Tiny \
    		devel/p5-File-ShareDir>=1.0 \
    		devel/p5-Net-Server \
    		devel/p5-Test-File-ShareDir \
    		mail/p5-Email-MIME \
    		mail/p5-Email-Sender \
    		mail/p5-Email-Simple \
    		mail/p5-Mail-DKIM \
    		net/p5-Net-DNS \
    		net/p5-Net-HTTP \
    		net/p5-Net-IP \
    		net/p5-Net-SMTPS \
    		net/p5-Socket6>=0.23 \
    		security/p5-IO-Socket-SSL \
    		security/p5-Net-SSLeay \
    		textproc/p5-Regexp-Common>=2013031301 \
    		textproc/p5-XML-LibXML \
    		www/p5-CGI \
    		www/p5-HTTP-Message \
    		www/p5-URI \
    		www/p5-libwww
    
    TEST_DEPENDS=	${RUN_DEPENDS} \
    		databases/p5-DBD-SQLite \
    		devel/p5-Test-Exception \
    		devel/p5-Test-File-ShareDir \
    		devel/p5-Test-Output \
    		net/p5-Net-DNS-Resolver-Mock \
    		textproc/p5-XML-Validator-Schema
    
    CONFIGURE_STYLE= modbuild
    
    .include <bsd.port.mk>