Edit

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

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2020-07-03 21:44:29
    Hash : 95d31a4b
    Message : bump for search.cpan.org->metacpan.org change

  • mail/p5-Mail-IMAPClient/Makefile
  • # $OpenBSD: Makefile,v 1.33 2020/07/03 21:45:26 sthen Exp $
    
    COMMENT=	perl module for an IMAP Client API
    
    DISTNAME =	Mail-IMAPClient-3.40
    CATEGORIES=	mail
    REVISION =	0
    
    # Perl
    PERMIT_PACKAGE=	Yes
    
    MODULES=	cpan
    PKG_ARCH=	*
    
    RUN_DEPENDS=	devel/p5-Parse-RecDescent \
    		security/p5-Authen-NTLM \
    		security/p5-Authen-SASL \
    		security/p5-Digest-HMAC \
    		security/p5-IO-Socket-SSL
    BUILD_DEPENDS=	${RUN_DEPENDS}
    
    MODCPAN_EXAMPLES=	Yes
    
    MAKE_ENV+=		TEST_POD=Yes
    
    .include <bsd.port.mk>